C# Class Danmaku_no_Kyojin.BulletEngine.BulletMLSetSpeed

This action sets the velocity of a bullet
Inheritance: BulletMLTask
Afficher le fichier Open project: Noxalus/Danmaku-no-Kyojin

Méthodes publiques

Méthode Description
BulletMLSetSpeed ( BulletMLNode 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.

Method Details

BulletMLSetSpeed() public méthode

Initializes a new instance of the BulletMLLib.BulletMLTask class.
public BulletMLSetSpeed ( BulletMLNode node, BulletMLTask owner ) : System.Diagnostics
node BulletMLNode 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