Public Member Functions | |
| ViewportMode (int mValue) | |
| ViewportMode (ViewportMode enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static ViewportMode | swigToEnum (int swigValue) |
| static ViewportMode | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| ViewportModeAbsolute =(0) | |
| Absolute viewport - pixel coordinates. | |
| ViewportModeRelative =(1) | |
| Relative viewport - percentage of current render context size. | |
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |