C# Class Danmaku_no_Kyojin.BulletEngine.BulletMLFire

A task to shoot a bullet
Inheritance: BulletMLTask
Afficher le fichier Open project: Noxalus/Danmaku-no-Kyojin Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BulletMLFire ( BulletMLNode node, BulletMLTask owner ) : System

Initializes a new instance of the BulletMLLib.BulletMLFire class.

Run ( Bullet bullet ) : ERunStatus

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

Method Details

BulletMLFire() public méthode

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

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