EasingQuaternionKeyFrame.UseShortestPath 속성

정의

애니메이션에서 가장 짧은 경로를 가져오기 위해 자동으로 대상 4원수의 기호를 대칭 이동하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

애니메이션에서 자동으로 대상 4원수의 기호를 대칭 이동하여 가장 짧은 경로를 가져오면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보