mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Enum HandConstraint.SolverSafeZone

    Specifies a zone that is safe for the constraint to solve to without intersecting the hand. Safe zones may differ slightly from motion controller to motion controller, it's recommended to pick the safe zone best suited for your intended controller and application.

    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Solvers
    Assembly: cs.temp.dll.dll
    Syntax
    public enum SolverSafeZone

    Fields

    Name Description
    AboveFingerTips

    Above the longest finger tips.

    BelowWrist

    Below where the controller meets the arm.

    RadialSide

    On the left controller with palm up, the area left of the palm.

    UlnarSide

    On the left controller with palm up, the area right of the palm.

    In This Article
    • Fields
    Back to top Generated by DocFX