Class StateGraphContext
Inheritance
StateGraphContext
Syntax
[GraphContext(typeof(StateGraph))]
public class StateGraphContext : GraphContext<StateGraph, StateCanvas>, IGraphContext, IDisposable
Constructors
StateGraphContext(GraphReference)
Declaration
public StateGraphContext(GraphReference reference)
Parameters
Properties
windowTitle
Declaration
public override string windowTitle { get; }
Property Value
Overrides
Unity.VisualScripting.GraphContext<Unity.VisualScripting.StateGraph, Unity.VisualScripting.StateCanvas>.windowTitle
Methods
Declaration
protected override IEnumerable<ISidebarPanelContent> SidebarPanels()
Returns
Overrides
Unity.VisualScripting.GraphContext<Unity.VisualScripting.StateGraph, Unity.VisualScripting.StateCanvas>.SidebarPanels()
Extension Methods