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

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

    Show / Hide Table of Contents

    Enum ConnectorPivotMode

    Controls how the tooltip will pivot relative to the camera/other objects.

    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public enum ConnectorPivotMode

    Fields

    Name Description
    Automatic

    Tooltip pivot will be set relative to object/camera based on specified direction and line length

    LocalPosition

    Tooltip pivot will be set relative to target based on a local position

    Manual

    Tooltip pivot will be set manually

    Back to top Generated by DocFX