Vector3NaturalMotionAnimation.InitialVelocity Property

Definition

Gets or sets the velocity that the animation starts with.

public:
 property float3 InitialVelocity { float3 get(); void set(float3 value); };
float3 InitialVelocity();

void InitialVelocity(float3 value);
public Vector3 InitialVelocity { get; set; }
var vector3 = vector3NaturalMotionAnimation.initialVelocity;
vector3NaturalMotionAnimation.initialVelocity = vector3;
Public Property InitialVelocity As Vector3

Property Value

Vector3 Vector3

float3

The velocity that the animation starts with. The default is 0.

Applies to