HandConstraint.CalculateGoalRotation Method

Definition

Determines the solver's goal rotation based off of the SolverRotationBehavior.

protected:
 virtual UnityEngine::Quaternion CalculateGoalRotation();
protected virtual UnityEngine.Quaternion CalculateGoalRotation ();
abstract member CalculateGoalRotation : unit -> UnityEngine.Quaternion
override this.CalculateGoalRotation : unit -> UnityEngine.Quaternion
Protected Overridable Function CalculateGoalRotation () As Quaternion

Returns

UnityEngine.Quaternion

The new goal rotation.

Applies to