Enumeration of data types that can be stored as properties. More...
Public Attributes | |
| Bool =(2) | |
| Boolean data. | |
| Color =(3) | |
| ColorRGBA data. | |
| Float =(0) | |
| Float data. | |
| Int =(1) | |
| Integer data. | |
| Matrix3x3 =(7) | |
| Matrix3x3 data. | |
| Matrix4x4 =(8) | |
| Matrix4x4 data. | |
| Pointer =(10) | |
| Pointer data. | |
| Resource =(11) | |
| Resource data. | |
| SRT2D =(12) | |
| SRTValue2D data. | |
| SRT3D =(13) | |
| SRTValue3D data. | |
| String =(9) | |
| String data. | |
| final int | value |
| The property value. | |
| Vector2 =(4) | |
| Vector2 data. | |
| Vector3 =(5) | |
| Vector3 data. | |
| Vector4 =(6) | |
| Vector4 data. | |
Enumeration of data types that can be stored as properties.