C# Class Danmaku_no_Kyojin.BulletEngine.BulletMLWait

This task pauses for a specified amount of time before resuming
Inheritance: BulletMLTask
显示文件 Open project: Noxalus/Danmaku-no-Kyojin

Private Properties

Property Type Description

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Method Details

BulletMLWait() public method

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

Init() protected method

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
return void

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