Vector3NaturalMotionAnimation.InitialValue Property

Definition

Gets or sets a value that indicates where the animation starts.

public:
 property IReference<float3> ^ InitialValue { IReference<float3> ^ get(); void set(IReference<float3> ^ value); };
IReference<float3> InitialValue();

void InitialValue(IReference<float3> value);
public System.Nullable<Vector3> InitialValue { get; set; }
var iReference = vector3NaturalMotionAnimation.initialValue;
vector3NaturalMotionAnimation.initialValue = iReference;
Public Property InitialValue As Nullable(Of Vector3)

Property Value

A value that indicates where the animation starts. The default is null. If left null, the beginning value of the property being animated is used.

Applies to