EasingQuaternionKeyFrame.UseShortestPath Property

Definition

Gets or sets a value that indicates whether the animation will automatically flip the sign of the destination quaternion to ensure the shortest path is taken.

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

Property Value

true if the animation will automatically flip the sign of the destination quaternion to ensure the shortest path is taken; otherwise, false.

Applies to

See also