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

    Class HintIcon

    Inheritance
    Object
    HintIcon
    Namespace: UnityEditor.Experimental.EditorVR.Menus
    Syntax
    public class HintIcon : MonoBehaviour

    Properties

    visible

    Bool denoting the visibility state of this icon

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

    visibleColor

    The color to be displayed by this icon when it is visible

    Declaration
    public Color visibleColor { set; }
    Property Value
    Type Description
    Color

    Methods

    PulseColor()

    Perform a colored visual pulse

    Declaration
    public void PulseColor()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX