| SrtAnimationRotation Property |
Gets or sets the animation of the
Rotation value.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax [ContentSerializerAttribute(SharedResource = true)]
public IAnimation<QuaternionF> Rotation { get; set; }
<ContentSerializerAttribute(SharedResource := true)>
Public Property Rotation As IAnimation(Of QuaternionF)
Get
Set
public:
[ContentSerializerAttribute(SharedResource = true)]
property IAnimation<QuaternionF>^ Rotation {
IAnimation<QuaternionF>^ get ();
void set (IAnimation<QuaternionF>^ value);
}
[<ContentSerializerAttribute(SharedResource = true)>]
member Rotation : IAnimation<QuaternionF> with get, set
Property Value
Type:
IAnimationQuaternionFThe animation of the
Rotation value.
See Also