C# Class BulletMLLib.BulletMLTask

BulletMLタスク 実際に弾を動かすクラス
Show 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 property

public bool end
return bool

owner public property

public BulletMLTask,BulletMLLib owner
return BulletMLTask

paramList public property

public List paramList
return List

taskList public property

public List taskList
return List