HandConstraint.CalculateGoalRotation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.