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