Class ActionMenuData
Used for passing action data for menu purposes
Implements
Inherited Members
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public class ActionMenuData : ITooltip
Properties
| Name | Description |
|---|---|
| action | An instance of the Action that can be used for execution |
| name | The name of this action |
| priority | The ordinal of this action within its section |
| sectionName | The name of the section within which this action resides |
| tooltipText | The tooltip text for this action |