NodeGraph
Class in LogicToolkit / Inherits from: object
Description
Basic type of node graph
Properties
| Property Name | Description |
|---|---|
| Blackboard | Local blackboard linked to node graph |
| Id | Node graph ID |
| LogicController | NodeGraph.LogicController that controls this node graph |
| Name | Node graph name |
| NodeCount | Number of nodes |
| Owner | The object that owns this node graph |
| Player | LogicPlayerBase playing this node graph |
| PlayState | Play status |
Methods
| Method Name | Description |
|---|---|
| GetNodeAt | Get index nodedata |
| OnAfterDeserialize | Called after deserialization |
| OnBeforeSerialize | Called before serialization |
| OnFixedUpdate | Called when updating at fixed intervals |
| OnLateUpdate | Called after update |
| OnPause | Called when paused |
| OnPlay | Called when playback starts |
| OnResume | Called when resumed |
| OnStop | Called when playback has stopped |
| OnUpdate | Called when updating |
| TryGetNode | Get the node of id |