C# Class BulletMLLib.ChangeSpeedTask

This task changes the speed a little bit every frame.
Inheritance: BulletMLTask
Afficher le fichier Open project: pixelnest/BulletMLLib

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChangeSpeedTask ( BulletMLLib.ChangeSpeedNode node, BulletMLTask owner ) : System.Diagnostics

Initializes a new instance of the BulletMLLib.BulletMLTask 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
SetupTask ( Bullet bullet ) : void

this sets up the task to be run.

Method Details

ChangeSpeedTask() public méthode

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

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