| SrtAnimationScale Property |
Gets or sets the animation of the
Scale 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<Vector3F> Scale { get; set; }
<ContentSerializerAttribute(SharedResource := true)>
Public Property Scale As IAnimation(Of Vector3F)
Get
Set
public:
[ContentSerializerAttribute(SharedResource = true)]
property IAnimation<Vector3F>^ Scale {
IAnimation<Vector3F>^ get ();
void set (IAnimation<Vector3F>^ value);
}
[<ContentSerializerAttribute(SharedResource = true)>]
member Scale : IAnimation<Vector3F> with get, set
Property Value
Type:
IAnimationVector3FThe animation of the
Scale value.
See Also