Interface ISpatialMenuProvider
Decorates types that can provide a sub-menu in the SpatialUI
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface ISpatialMenuProvider
Properties
spatialMenuData
Collection of section elements with which to populate the spatial UI table/list/view
Declaration
List<SpatialMenu.SpatialMenuData> spatialMenuData { get; }
Property Value
Type | Description |
---|---|
List<SpatialMenu.SpatialMenuData> |