C# Class SpaceRun.PlayerShip

Inheritance: Ship
Afficher le fichier Open project: zzorn/Spike3D Class Usage Examples

Méthodes publiques

Свойство Type Description
entityID int
ownerID byte

Méthodes publiques

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

Method Details

DrawDebug() public méthode

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

LogicUpdate() public méthode

public LogicUpdate ( GameTime time, float t ) : void
time Microsoft.Xna.Framework.GameTime
t float
Résultat void

Property Details

entityID public_oe property

public int entityID
Résultat int

ownerID public_oe property

public byte ownerID
Résultat byte