Interface ITooltip | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Interface ITooltip

    Decorates classes which can specify tool tip information

    Namespace: Unity.Labs.EditorXR.Interfaces
    Syntax
    public interface ITooltip

    Properties

    tooltipText

    The text to display on hover

    Declaration
    string tooltipText { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX