C# Class SpaceRun.PlayerShip

Inheritance: Ship
Datei anzeigen Open project: zzorn/Spike3D Class Usage Examples

Public Properties

Property Type Description
entityID int
ownerID byte

Public Methods

Method Description
DrawDebug ( SpriteBatch spriteBatch, SpriteFont font ) : void
LogicUpdate ( GameTime time, float t ) : void

Method Details

DrawDebug() public method

public DrawDebug ( SpriteBatch spriteBatch, SpriteFont font ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
font Microsoft.Xna.Framework.Graphics.SpriteFont
return void

LogicUpdate() public method

public LogicUpdate ( GameTime time, float t ) : void
time Microsoft.Xna.Framework.GameTime
t float
return void

Property Details

entityID public_oe property

public int entityID
return int

ownerID public_oe property

public byte ownerID
return byte