C# Class BulletMLLib.BulletMLTask

BulletMLタスク 実際に弾を動かすクラス
Mostra file Open project: babelshift/BulletMLLib Class Usage Examples

Public Properties

Property Type Description
end bool
owner BulletMLTask
paramList List
taskList List

Public Methods

Method Description
BulletMLTask ( ) : System
Init ( ) : void
Parse ( BulletMLTree tree, BulletMLBullet bullet ) : void
Run ( BulletMLBullet bullet ) : BLRunStatus

Method Details

BulletMLTask() public method

public BulletMLTask ( ) : System
return System

Init() public method

public Init ( ) : void
return void

Parse() public method

public Parse ( BulletMLTree tree, BulletMLBullet bullet ) : void
tree BulletMLTree
bullet BulletMLBullet
return void

Run() public method

public Run ( BulletMLBullet bullet ) : BLRunStatus
bullet BulletMLBullet
return BLRunStatus

Property Details

end public_oe property

public bool end
return bool

owner public_oe property

public BulletMLTask,BulletMLLib owner
return BulletMLTask

paramList public_oe property

public List paramList
return List

taskList public_oe property

public List taskList
return List