Specifies the options for setting a 3D node to turn towards a camera. More...
Public Member Functions | |
FaceToCameraMode (FaceToCameraMode enum_) | |
Constructs a copy of a FaceToCameraMode object. | |
FaceToCameraMode (int value) | |
Constructs a FaceToCameraMode of an integer value. | |
int | getValue () |
Returns the integer value of the enumeration constant. | |
final int | swigValue () |
Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
static FaceToCameraMode | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. | |
static FaceToCameraMode | toEnum (int value) |
Converts an integer value to the matching enumeration constant. | |
Specifies the options for setting a 3D node to turn towards a camera.
FaceToCameraMode | ( | int | value | ) |
Constructs a FaceToCameraMode of an integer value.
value | Integer value to convert to enumeration constant. |
FaceToCameraMode | ( | FaceToCameraMode | enum_ | ) |
Constructs a copy of a FaceToCameraMode object.
enum_ | FaceToCameraMode to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |