C# Class hyades.entity.StaticModelEntity

Inheritance: Entity, IHasModel
Show file Open project: zfedoran/bubblebound Class Usage Examples

Public Properties

Property Type Description
color Color

Public Methods

Method Description
Draw ( GraphicsDevice device, Camera camera ) : void
GetModel ( ) : Model
StaticModelEntity ( Model model ) : System
Update ( double elapsed ) : void

Method Details

Draw() public method

public Draw ( GraphicsDevice device, Camera camera ) : void
device GraphicsDevice
camera Camera
return void

GetModel() public method

public GetModel ( ) : Model
return Microsoft.Xna.Framework.Graphics.Model

StaticModelEntity() public method

public StaticModelEntity ( Model model ) : System
model Microsoft.Xna.Framework.Graphics.Model
return System

Update() public method

public Update ( double elapsed ) : void
elapsed double
return void

Property Details

color public property

public Color color
return Color