Class FlowNode_DebugLog
Logs message to the Unity Console
Implements
IDisposable
Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_DebugLog : FlowNode, IDisposable
Fields
logType
Declaration
public LogType logType
Field Value
| Type | Description |
|---|---|
| LogType |
message
Declaration
public CeresPort<object> message
Field Value
| Type | Description |
|---|---|
| CeresPort<object> |
Methods
LocalExecute(ExecutionContext)
Declaration
protected override void LocalExecute(ExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutionContext | executionContext |
Overrides
Implements
IDisposable