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