Inheritance
SpatialMenu.SpatialMenuElementContainer
public class SpatialMenuElementContainer
Constructors
Declaration
public SpatialMenuElementContainer(string name, string tooltipText, Action<Node> correspondingFunction)
Parameters
Properties
Declaration
public Action<Node> correspondingFunction { get; }
Property Value
Declaration
public string name { get; set; }
Property Value
Declaration
public string tooltipText { get; }
Property Value
Declaration
public SpatialMenuElement VisualElement { get; set; }
Property Value