EasingQuaternionKeyFrame.UseShortestPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值指出動畫是否會自動反轉目的地四元數的正負號,以確保取得最短路徑。
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
。