C# Class Project2.GameObjects.Obelisk

Inheritance: Box
Mostra file Open project: nuclearpidgeon/graphicsproj2

Public Methods

Method Description
Draw ( SharpDX.Toolkit.GameTime gametime ) : void
Obelisk ( Project2Game game, System.Vector3 position, System.Vector3 size ) : System

Protected Methods

Method Description
GeneratePhysicsDescription ( ) : RigidBody

Method Details

Draw() public method

public Draw ( SharpDX.Toolkit.GameTime gametime ) : void
gametime SharpDX.Toolkit.GameTime
return void

GeneratePhysicsDescription() protected method

protected GeneratePhysicsDescription ( ) : RigidBody
return RigidBody

Obelisk() public method

public Obelisk ( Project2Game game, System.Vector3 position, System.Vector3 size ) : System
game Project2Game
position System.Vector3
size System.Vector3
return System