Transformation | |
public enum TransformationAnimatedProperties
| Member name | Value | Description |
|---|---|---|
| None | 0 | |
| TranslateX | 1 | |
| TranslateY | 2 | |
| TranslateZ | 3 | |
| Scale | 10 | Uniform scale in all directions (as float) |
| ScaleX | 11 | |
| ScaleY | 12 | |
| ScaleZ | 13 | |
| RotateX | 20 | Rotation around the X axis. This can be used only with TransformationAnimation |
| RotateY | 21 | Rotation around the Y axis. This can be used only with TransformationAnimation |
| RotateZ | 22 | Rotation around the Z axis. This can be used only with TransformationAnimation |
| QuaternionX | 30 | Quaternion X component. This can be used only with TransformationAnimation |
| QuaternionY | 31 | Quaternion Y component. This can be used only with TransformationAnimation |
| QuaternionZ | 32 | Quaternion Z component. This can be used only with TransformationAnimation |
| QuaternionW | 33 | Quaternion W component. This can be used only with TransformationAnimation |