C# Class hyades.entity.WallModelEntity

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

Public Properties

Property Type Description
body hyades.physics.Body
color Color
offset Vector2
shape hyades.physics.Shape

Public Methods

Method Description
BuildWall ( Plane p ) : void
Draw ( GraphicsDevice device, Camera camera ) : void
GetModel ( ) : Model
Update ( double elapsed ) : void
WallModelEntity ( Model model ) : System

Method Details

BuildWall() public method

public BuildWall ( Plane p ) : void
p Plane
return void

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

Update() public method

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

WallModelEntity() public method

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

Property Details

body public property

public Body,hyades.physics body
return hyades.physics.Body

color public property

public Color color
return Color

offset public property

public Vector2 offset
return Vector2

shape public property

public Shape,hyades.physics shape
return hyades.physics.Shape