 |
TransformationAnimationUseQuaternionsRotation Property |
Gets ors sets a Boolean value that indicates whether the rotation values are specified in Quaternions (true) or as Euler angles (false, by default).
False also indicates that no rotation is done using this animation.
When using quaternions, then the
StandardQuaternionTransform is used to animate the rotation; otherwise the
StandardTransform is used.
Namespace: Ab4d.SharpEngine.AnimationAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic bool UseQuaternionsRotation { get; set; }Property Value
Boolean
See Also