CreateAction

CreateAction(Vector2, int, Type)

public ActionNode CreateAction(Vector2 position, int nodeID, Type classType) ;

Description

Create ActionNode.

Parameters

Parameter Name Description
position Node position
nodeID Node ID
classType ActionBehaviour type

Returns

The created action node.

CreateAction(Vector2, Type)

public ActionNode CreateAction(Vector2 position, Type classType) ;

Description

Create ActionNode.

Parameters

Parameter Name Description
position Node position
classType ActionBehaviour type

Returns

The created action node.