Interface ISettingsMenuProvider
Decorates types that can provide a sub-menu on the Settings menu. The class should also use a MainMenuItemAttribute
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public interface ISettingsMenuProvider
Properties
Name | Description |
---|---|
rayOrigin | The rayOrigin this provider is associated with. This will determine which menu is used. If null, both menus are used |
settingsMenuInstance | An instance of the menu face prefab that was added to the menu May be null if settings menu could not be added to menu |
settingsMenuPrefab | The menu face prefab which will be added to the menu |