Share via


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

屬性值

Boolean

如果動畫會自動反轉目的地四元數的正負號以確保取得最短路徑則為 true,否則為 false

適用於

另請參閱