Class FlowGraphDebugState
Editor window scope debug state
public class FlowGraphDebugState
- Inheritance
-
FlowGraphDebugState
- Inherited Members
Constructors
FlowGraphDebugState()
public FlowGraphDebugState()
Fields
breakpoints
public List<string> breakpoints
Field Value
currentNode
public string currentNode
Field Value
enableDebug
public bool enableDebug
Field Value
isPaused
public bool isPaused
Field Value
Methods
AddBreakpoint(string)
public void AddBreakpoint(string guid)
Parameters
guidstring
RemoveBreakpoint(string)
public void RemoveBreakpoint(string guid)
Parameters
guidstring