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

    Interface IMenuIcon

    Provides an icon/sprite to display on a menu item which represents this class

    Namespace: UnityEditor.Experimental.EditorVR
    Syntax
    public interface IMenuIcon

    Properties

    icon

    The icon representing this class that can be displayed in menus

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