Property field. More...
Public Member Functions | |
| PropertyField (int value) | |
| Constructs a PropertyField of an integer value. More... | |
| PropertyField (PropertyField enum_) | |
| Constructs a copy of a PropertyField object. More... | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
| static PropertyField | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. More... | |
| static PropertyField | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| PropertyFieldColorA =(13) | |
| Color A field, presented as float. | |
| PropertyFieldColorB =(12) | |
| Color B field, presented as float. | |
| PropertyFieldColorG =(11) | |
| Color G field, presented as float. | |
| PropertyFieldColorR =(10) | |
| Color R field, presented as float. | |
| PropertyFieldRotation =(18) | |
| Rotation component of property of SRTValue3D type, presented as Quaternion. | |
| PropertyFieldRotationX =(7) | |
| Rotation X component, presented as float. | |
| PropertyFieldRotationY =(8) | |
| Rotation Y component, presented as float. | |
| PropertyFieldRotationZ =(9) | |
| Rotation Z component, presented as float. | |
| PropertyFieldScaleX =(4) | |
| Scale X component, presented as float. | |
| PropertyFieldScaleY =(5) | |
| Scale Y component, presented as float. | |
| PropertyFieldScaleZ =(6) | |
| Scale Z component, presented as float. | |
| PropertyFieldTranslationX =(1) | |
| Translation X component, presented as float. | |
| PropertyFieldTranslationY =(2) | |
| Translation Y component, presented as float. | |
| PropertyFieldTranslationZ =(3) | |
| Translation Z component, presented as float. | |
| PropertyFieldVectorW =(17) | |
| Vector W field, presented as float. | |
| PropertyFieldVectorX =(14) | |
| Vector X field, presented as float. | |
| PropertyFieldVectorY =(15) | |
| Vector Y field, presented as float. | |
| PropertyFieldVectorZ =(16) | |
| Vector Z field, presented as float. | |
| PropertyFieldWhole =(0) | |
| Whole property value. | |
Property field.
| PropertyField | ( | int | value | ) |
Constructs a PropertyField of an integer value.
| value | Integer value to convert to enumeration constant. |
| PropertyField | ( | PropertyField | enum_ | ) |
Constructs a copy of a PropertyField object.
| enum_ | PropertyField 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. |
| final int swigValue | ( | ) |
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. |