Vector3Transition.Components プロパティ

定義

Vector3 の 3 つのサブチャネルの変更をアニメーション化するかどうかを指定する値を取得または設定します。

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 のサブチャネルの変更をアニメーション化するかどうかを示す 値です。

適用対象