CreateAction
CreateAction(Vector2, int, Type)
Description
Create ActionNode.
Parameters
Parameter Name | Description |
---|---|
position | Node position |
nodeID | Node ID |
classType | ActionBehaviour type |
Returns
The created action node.
CreateAction(Vector2, Type)
Description
Create ActionNode.
Parameters
Parameter Name | Description |
---|---|
position | Node position |
classType | ActionBehaviour type |
Returns
The created action node.