C# Class Danmaku_no_Kyojin.BulletEngine.BulletMLAction

An action task, this dude contains a list of tasks that are repeated
Inheritance: BulletMLTask
Afficher le fichier Open project: Noxalus/Danmaku-no-Kyojin Class Usage Examples

Méthodes publiques

Méthode Description
BulletMLAction ( int repeatNumMax, BulletMLNode node, BulletMLTask owner ) : System.Diagnostics

Initializes a new instance of the BulletMLLib.BulletMLAction class.

Run ( Bullet bullet ) : ERunStatus

Run this task and all subtasks against a bullet This is called once a frame during runtime.

Méthodes protégées

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.

Method Details

BulletMLAction() public méthode

Initializes a new instance of the BulletMLLib.BulletMLAction class.
public BulletMLAction ( int repeatNumMax, BulletMLNode node, BulletMLTask owner ) : System.Diagnostics
repeatNumMax int Repeat number max.
node BulletMLNode Node.
owner BulletMLTask Owner.
Résultat System.Diagnostics

Init() protected méthode

Init this task and all its sub tasks. This method should be called AFTER the nodes are parsed, but BEFORE run is called.
protected Init ( ) : void
Résultat void

Run() public méthode

Run this task and all subtasks against a bullet This is called once a frame during runtime.
public Run ( Bullet bullet ) : ERunStatus
bullet Bullet The bullet to update this task against.
Résultat ERunStatus