Click or drag to resize
Ab4d.SharpEngine logo

TransformationAnimatedProperties Enumeration


Namespace: Ab4d.SharpEngine.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
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
QuaternionX30 Quaternion X component. This can be used only with TransformationAnimation
QuaternionY31 Quaternion Y component. This can be used only with TransformationAnimation
QuaternionZ32 Quaternion Z component. This can be used only with TransformationAnimation
QuaternionW33 Quaternion W component. This can be used only with TransformationAnimation
See Also