mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    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 object-to-head vector to compute an offset independent of look at camera rotation.

    In This Article
    • Fields
    Back to top Generated by DocFX