日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

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

    Back to top Generated by DocFX