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 | |
RotateY | 21 | |
RotateZ | 22 |