C# Class hyades.entity.Box

Inheritance: Entity
Show file Open project: zfedoran/bubblebound

Public Properties

Property Type Description
mesh hyades.graphics.prefab.PrefabCube
world Matrix

Public Methods

Method Description
Box ( Color color ) : System
Draw ( GraphicsDevice device, Camera camera ) : void
Update ( double elapsed ) : void
Warm ( GraphicsDevice device ) : void

Method Details

Box() public method

public Box ( Color color ) : System
color Color
return System

Draw() public method

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

Update() public method

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

Warm() public method

public Warm ( GraphicsDevice device ) : void
device GraphicsDevice
return void

Property Details

mesh public property

public PrefabCube,hyades.graphics.prefab mesh
return hyades.graphics.prefab.PrefabCube

world public property

public Matrix world
return Matrix