Interface ISettingsMenuItemProvider
Decorates types that can provide an item on the Settings menu
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public interface ISettingsMenuItemProvider
Properties
| Name | Description |
|---|---|
| rayOrigin | The rayOrigin this provider is associated with This will determine which menu is used. If null, both menus are used |
| settingsMenuItemInstance | An instance of the menu face prefab that was added to the menu May be null if menu item could not be added to menu |
| settingsMenuItemPrefab | The menu face prefab which will be added to the menu |