Interface to use if NodeBehaviour is a NodeGraph container
More...
Interface to use if NodeBehaviour is a NodeGraph container
◆ GetNodeGraph< T >()
T GetNodeGraph< T > |
( |
int |
index | ) |
|
◆ GetNodeGraphCount()
int GetNodeGraphCount |
( |
| ) |
|
◆ OnFinishNodeGraph()
void OnFinishNodeGraph |
( |
NodeGraph |
graph, |
|
|
bool |
success |
|
) |
| |
This function is called when NodeGraph finishes.
- Parameters
-
graph | NodeGraph |
success | Whether it is successful or not |
◆ SetNodeGraph()
void SetNodeGraph |
( |
int |
index, |
|
|
NodeGraph |
graph |
|
) |
| |
Set NodeGraph.
- Parameters
-
Since the destruction of the NodeGraph originally from the specified index is not guaranteed, refer to each NodeBehaviour for addition and deletion.