Vector3NaturalMotionAnimation.InitialValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.