Click or drag to resize
Ab4d.SharpEngine logo

TransformationAnimatedProperties Enumeration


Namespace: Ab4d.SharpEngine.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public enum TransformationAnimatedProperties
Members
Member nameValueDescription
None0 
TranslateX1 
TranslateY2 
TranslateZ3 
Scale10 Uniform scale in all directions (as float)
ScaleX11 
ScaleY12 
ScaleZ13 
RotateX20 Rotation around the X axis. This can be used only with TransformationAnimation
RotateY21 Rotation around the Y axis. This can be used only with TransformationAnimation
RotateZ22 Rotation around the Z axis. This can be used only with TransformationAnimation
Quaternion30 The whole Quaternion component. This can be used only with TransformationAnimation
QuaternionX31 Quaternion X component. This can be used only with TransformationAnimation
QuaternionY32 Quaternion Y component. This can be used only with TransformationAnimation
QuaternionZ33 Quaternion Z component. This can be used only with TransformationAnimation
QuaternionW34 Quaternion W component. This can be used only with TransformationAnimation
See Also