C# Class ProjectCow.GameObject

Exibir arquivo Open project: csce3513/Team12 Class Usage Examples

Protected Properties

Property Type Description
image Microsoft.Xna.Framework.Graphics.Texture2D
manager GameObjectsManager

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
GameObject ( GameObjectsManager manager ) : System
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

GameObject() public method

public GameObject ( GameObjectsManager manager ) : System
manager GameObjectsManager
return System

LoadContent() public abstract method

public abstract LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
return void

Update() public abstract method

public abstract Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

image protected_oe property

protected Texture2D,Microsoft.Xna.Framework.Graphics image
return Microsoft.Xna.Framework.Graphics.Texture2D

manager protected_oe property

protected GameObjectsManager,ProjectCow manager
return GameObjectsManager