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

This task pauses for a specified amount of time before resuming
Наследование: BulletMLTask
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

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

Защищенные методы

Метод Описание
Init ( ) : void

Init this task and all its sub tasks. This method should be called AFTER the nodes are parsed, but BEFORE run is called.

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

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

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

Init() защищенный Метод

Init this task and all its sub tasks. This method should be called AFTER the nodes are parsed, but BEFORE run is called.
protected Init ( ) : void
Результат void

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