C# Class SpaceBattle.Actor

显示文件 Open project: luqui/space-shooter Class Usage Examples

Public Methods

Method Description
Collision ( Actor other ) : void
Die ( ) : void
Draw ( ) : void
Finish ( ) : void
Start ( ) : void
Update ( float dt ) : void

Method Details

Collision() public method

public Collision ( Actor other ) : void
other Actor
return void

Die() public abstract method

public abstract Die ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( float dt ) : void
dt float
return void