C# Class BulletMLLib.WaitTask

This task pauses for a specified amount of time before resuming
Inheritance: BulletMLTask
Afficher le fichier Open project: pixelnest/BulletMLLib

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Run ( Bullet bullet ) : ERunStatus

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

WaitTask ( BulletMLLib.WaitNode node, BulletMLTask owner ) : System.Diagnostics

Initializes a new instance of the BulletMLLib.BulletMLTask class.

Méthodes protégées

Méthode Description
SetupTask ( Bullet bullet ) : void

this sets up the task to be run.

Method Details

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

SetupTask() protected méthode

this sets up the task to be run.
protected SetupTask ( Bullet bullet ) : void
bullet Bullet Bullet.
Résultat void

WaitTask() public méthode

Initializes a new instance of the BulletMLLib.BulletMLTask class.
public WaitTask ( BulletMLLib.WaitNode node, BulletMLTask owner ) : System.Diagnostics
node BulletMLLib.WaitNode Node.
owner BulletMLTask Owner.
Résultat System.Diagnostics