C# Class BulletMLLib.WaitTask

This task pauses for a specified amount of time before resuming
Inheritance: BulletMLTask
Exibir arquivo Open project: pixelnest/BulletMLLib

Private Properties

Property Type Description

Public Methods

Method 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.

Protected Methods

Method Description
SetupTask ( Bullet bullet ) : void

this sets up the task to be run.

Method Details

Run() public method

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.
return ERunStatus

SetupTask() protected method

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

WaitTask() public method

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.
return System.Diagnostics