Class SpatialMenuItemAttribute
Attribute used to tag items (tools, actions, etc) that can be added to a "spatial menu"
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public class SpatialMenuItemAttribute : Attribute, _Attribute
Constructors
SpatialMenuItemAttribute(String, String, String)
Constructor
Declaration
public SpatialMenuItemAttribute(string name, string sectionName, string description)
Parameters
Type | Name | Description |
---|---|---|
String | name | Display name of this tool, action, workspace, etc. |
String | sectionName | Section to place this tool, action, workspace, etc. |
String | description | Description of this tool, action, workspace, etc. |