Specifies the data types that can be stored as variants. More...
Public Member Functions | |
| VariantDataType (int mValue) | |
| VariantDataType (VariantDataType enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static VariantDataType | swigToEnum (int swigValue) |
| static VariantDataType | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| VariantDataTypeBool | |
| Boolean data. | |
| VariantDataTypeColor | |
| ColorRGBA data. | |
| VariantDataTypeFloat | |
| Float data. | |
| VariantDataTypeInt | |
| Integer data. | |
| VariantDataTypeMatrix3x3 | |
| Matrix3x3 data. | |
| VariantDataTypeMatrix4x4 | |
| Matrix4x4 data. | |
| VariantDataTypePointer | |
| Pointer data. | |
| VariantDataTypeResource | |
| Resource data. | |
| VariantDataTypeResourceID | |
| ResourceID data. | |
| VariantDataTypeSRT2D | |
| SRTValue2D data. | |
| VariantDataTypeSRT3D | |
| SRTValue3D data. | |
| VariantDataTypeString | |
| String data. | |
| VariantDataTypeVector2 | |
| Vector2 data. | |
| VariantDataTypeVector3 | |
| Vector3 data. | |
| VariantDataTypeVector4 | |
| Vector4 data. | |
Specifies the data types that can be stored as variants.
NOTE: This is the same as PropertyDataType but with ResourceID and Quaternion.
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |