Inheritance
SpatialMenu.SpatialMenuData
public class SpatialMenuData
Constructors
Declaration
public SpatialMenuData(string menuName, string menuDescription, List<SpatialMenu.SpatialMenuElementContainer> menuElements)
Parameters
Properties
Bool denoting that this element is currently highlighted as either a section title or a sub-menu element
Declaration
public bool highlighted { get; set; }
Property Value
Description of the menu whose contents will be added to the menu
Declaration
public string spatialMenuDescription { get; }
Property Value
Collection of elements with which to populate the corresponding spatial UI table/list/view
Declaration
public List<SpatialMenu.SpatialMenuElementContainer> spatialMenuElements { get; }
Property Value
Name of the menu whose contents will be added to the menu
Declaration
public string spatialMenuName { get; }
Property Value