C# Class WebGame.Starbase

Inheritance: Entity
Mostrar archivo Open project: AdmiralPotato/ggj2013

Public Methods

Method Description
Starbase ( ) : System
Starbase ( Vector3 position ) : System
Starbase ( double mass ) : System
Update ( System.TimeSpan elapsed ) : void

Method Details

Starbase() public method

public Starbase ( ) : System
return System

Starbase() public method

public Starbase ( Vector3 position ) : System
position Vector3
return System

Starbase() public method

public Starbase ( double mass ) : System
mass double
return System

Update() public method

public Update ( System.TimeSpan elapsed ) : void
elapsed System.TimeSpan
return void