PropertyDataTypeEnums
¶
Enumeration of data types that can be stored as properties.
PropertyDataTypeFloat¶ | Float data. |
PropertyDataTypeInt¶ | Integer data. |
PropertyDataTypeBool¶ | Boolean data. |
PropertyDataTypeColor¶ | ColorRGBA data. |
PropertyDataTypeVector2¶ | Vector2 data. |
PropertyDataTypeVector3¶ | Vector3 data. |
PropertyDataTypeVector4¶ | Vector4 data. |
PropertyDataTypeMatrix3x3¶ | Matrix3x3 data. |
PropertyDataTypeMatrix4x4¶ | Matrix4x4 data. |
PropertyDataTypeString¶ | String data. |
PropertyDataTypePointer¶ | Pointer data. |
PropertyDataTypeResource¶ | Resource data. |
PropertyDataTypeSRT2D¶ | SRTValue2D data. |
PropertyDataTypeSRT3D¶ | SRTValue3D data. |
PropertyDataTypeRange¶ | Range data. |