C# Class Project2.GameObjects.Obelisk

Inheritance: Box
Afficher le fichier Open project: nuclearpidgeon/graphicsproj2

Méthodes publiques

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

Méthodes protégées

Méthode Description
GeneratePhysicsDescription ( ) : RigidBody

Method Details

Draw() public méthode

public Draw ( SharpDX.Toolkit.GameTime gametime ) : void
gametime SharpDX.Toolkit.GameTime
Résultat void

GeneratePhysicsDescription() protected méthode

protected GeneratePhysicsDescription ( ) : RigidBody
Résultat RigidBody

Obelisk() public méthode

public Obelisk ( Project2Game game, System.Vector3 position, System.Vector3 size ) : System
game Project2Game
position System.Vector3
size System.Vector3
Résultat System