Node2D perspective transformation mode.
More...
|
| PerspectiveTransformationMode (int value) |
|
int | getValue () |
| Returns the integer value of the enumeration constant. More...
|
|
|
| Screen =(0) |
| Screen coordinates.
|
|
| XFov =(1) |
| 3D coordinates with a field of view in x direction.
|
|
| YFov =(2) |
| 3D coordinates with a field of view in y direction.
|
|
Node2D perspective transformation mode.
◆ getValue()
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
◆ toEnum()
Converts an integer value to the matching enumeration constant.
- Parameters
-
value | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.