Enum HandConstraint.SolverOffsetBehavior
Specifies how the solver's offset relative to the hand will be computed.
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Solvers
Assembly: cs.temp.dll.dll
Syntax
public enum SolverOffsetBehavior
Fields
| Name | Description |
|---|---|
| LookAtCameraRotation | Uses the object-to-head vector to compute an offset independent of hand rotation. |
| TrackedObjectRotation | Uses the hand rotation to compute an offset independent of look at camera rotation. |