C# Class Danmaku_no_Kyojin.BulletEngine.BulletMLFire

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

Private Properties

Property Type Description

Public Methods

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

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

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