EasingQuaternionKeyFrame.UseShortestPath プロパティ

定義

最短パスが取得されるように、アニメーションが変換先の四元数の符号を自動的に反転させるかどうかを示す値を取得または設定します。

public:
 property bool UseShortestPath { bool get(); void set(bool value); };
public bool UseShortestPath { get; set; }
member this.UseShortestPath : bool with get, set
Public Property UseShortestPath As Boolean

プロパティ値

true アニメーションがターゲット四元数の符号を自動的に反転して最短パスが取得されるようにする場合。それ以外の場合は false

適用対象

こちらもご覧ください