C# Класс Danmaku_no_Kyojin.BulletEngine.BulletMLVanish

This task removes a bullet from the game.
Наследование: BulletMLTask
Показать файл Открыть проект

Открытые методы

Метод Описание
BulletMLVanish ( 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.

Описание методов

BulletMLVanish() публичный Метод

Initializes a new instance of the BulletMLLib.BulletMLTask class.
public BulletMLVanish ( BulletMLNode node, BulletMLTask owner ) : System.Diagnostics
node BulletMLNode Node.
owner BulletMLTask Owner.
Результат System.Diagnostics

Run() публичный Метод

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.
Результат ERunStatus