Méthode | Description | |
---|---|---|
BulletMLAction ( int repeatNumMax, |
Initializes a new instance of the BulletMLLib.BulletMLAction class.
|
|
Run ( |
Run this task and all subtasks against a bullet This is called once a frame during runtime.
|
Méthode | Description | |
---|---|---|
Init ( ) : void |
Init this task and all its sub tasks. This method should be called AFTER the nodes are parsed, but BEFORE run is called.
|
public BulletMLAction ( int repeatNumMax, |
||
repeatNumMax | int | Repeat number max. |
node | Node. | |
owner | Owner. | |
Résultat | System.Diagnostics |
public Run ( |
||
bullet | The bullet to update this task against. | |
Résultat | ERunStatus |