C# Class SpaceBattle.ProjectorSeeker

Inheritance: SeekerComponent
Show file Open project: luqui/space-shooter

Public Methods

Method Description
Clone ( ) : SeekerComponent
Draw ( ) : void
Start ( ) : void
Update ( float dt ) : void

Method Details

Clone() public method

public Clone ( ) : SeekerComponent
return SeekerComponent

Draw() public method

public Draw ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

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