C# Class hyades.entity.StaticModelEntity

Inheritance: Entity, IHasModel
Afficher le fichier Open project: zfedoran/bubblebound Class Usage Examples

Méthodes publiques

Свойство Type Description
color Color

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( GraphicsDevice device, Camera camera ) : void
device GraphicsDevice
camera Camera
Résultat void

GetModel() public méthode

public GetModel ( ) : Model
Résultat Microsoft.Xna.Framework.Graphics.Model

StaticModelEntity() public méthode

public StaticModelEntity ( Model model ) : System
model Microsoft.Xna.Framework.Graphics.Model
Résultat System

Update() public méthode

public Update ( double elapsed ) : void
elapsed double
Résultat void

Property Details

color public_oe property

public Color color
Résultat Color