Method | Description | |
---|---|---|
BulletMLTask ( |
Initializes a new instance of the BulletMLLib.BulletMLTask class.
|
|
GetParamValue ( int iParamNumber ) : float |
Get the value of a parameter of this task.
|
|
Parse ( |
Parse a specified node and bullet into this task
|
|
Run ( |
Run this task and all subtasks against a bullet This is called once a frame during runtime.
|
Method | 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 BulletMLTask ( |
||
node | Node. | |
owner | Owner. | |
return | System.Collections.Generic |
public GetParamValue ( int iParamNumber ) : float | ||
iParamNumber | int | the index of the parameter to get |
return | float |
public Parse ( |
||
myNode | the node for this dude | |
bullet | the bullet this dude is controlling | |
return | void |
public Run ( |
||
bullet | The bullet to update this task against. | |
return | ERunStatus |