Vector3Transition.Components Свойство

Определение

Возвращает или задает значение, указывающее, следует ли анимировать изменения в трех подканалах 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

Значение свойства

Значение типа , указывающее, следует ли анимировать изменения в подканалах Vector3.

Применяется к