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

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

    Show / Hide Table of Contents

    Class ToolTipBackgroundMesh

    Renders a background mesh for a tool tip using a mesh renderer If the mesh has an offset anchor point you will get odd results

    Inheritance
    Object
    ToolTipBackgroundMesh
    Implements
    IToolTipBackground
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class ToolTipBackgroundMesh : MonoBehaviour, IToolTipBackground

    Fields

    BackgroundRenderer

    Mesh renderer button for mesh background.

    Declaration
    public MeshRenderer BackgroundRenderer
    Field Value
    Type Description
    MeshRenderer

    Properties

    BackgroundTransform

    The Transform for the background of the Tooltip.

    Declaration
    public Transform BackgroundTransform { get; set; }
    Property Value
    Type Description
    Transform

    IsVisible

    Determines whether background of Tooltip is visible.

    Declaration
    public bool IsVisible { set; }
    Property Value
    Type Description
    Boolean

    Methods

    OnContentChange(Vector3, Vector3, Transform)

    Declaration
    public void OnContentChange(Vector3 localContentSize, Vector3 localContentOffset, Transform contentParentTransform)
    Parameters
    Type Name Description
    Vector3 localContentSize
    Vector3 localContentOffset
    Transform contentParentTransform

    Implements

    IToolTipBackground
    Back to top Generated by DocFX