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 |