Vector3Transition.Components プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 のサブチャネルの変更をアニメーション化するかどうかを示す 値です。