Class FlowGraphDebugState
Editor window scope debug state
Inheritance
object
FlowGraphDebugState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Editor.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public class FlowGraphDebugState
Fields
breakpoints
Declaration
public List<string> breakpoints
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<T><string> |
enableDebug
Declaration
public bool enableDebug
Field Value
Type | Description |
---|---|
bool |
Methods
AddBreakpoint(string)
Declaration
public void AddBreakpoint(string guid)
Parameters
Type | Name | Description |
---|---|---|
string | guid |
RemoveBreakpoint(string)
Declaration
public void RemoveBreakpoint(string guid)
Parameters
Type | Name | Description |
---|---|---|
string | guid |