Table of Contents

Class FlowGraphDebugState

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll

Editor window scope debug state

public class FlowGraphDebugState
Inheritance
FlowGraphDebugState
Inherited Members

Constructors

FlowGraphDebugState()

public FlowGraphDebugState()

Fields

breakpoints

public List<string> breakpoints

Field Value

List<string>

currentNode

public string currentNode

Field Value

string

enableDebug

public bool enableDebug

Field Value

bool

isPaused

public bool isPaused

Field Value

bool

Methods

AddBreakpoint(string)

public void AddBreakpoint(string guid)

Parameters

guid string

RemoveBreakpoint(string)

public void RemoveBreakpoint(string guid)

Parameters

guid string