Vector3Transition.Components Property

Definition

Gets or sets a value that specifies whether to animate changes in the three subchannels of the Vector3.

public:
 property Vector3TransitionComponents Components { Vector3TransitionComponents get(); void set(Vector3TransitionComponents value); };
Vector3TransitionComponents Components();

void Components(Vector3TransitionComponents value);
public Vector3TransitionComponents Components { get; set; }
var vector3TransitionComponents = vector3Transition.components;
vector3Transition.components = vector3TransitionComponents;
Public Property Components As Vector3TransitionComponents

Property Value

A value that specifies whether to animate changes in the subchannels of the Vector3.

Applies to