C# Class Project2.GameObjects.Box

Inheritance: Project2.GameObjects.Abstract.ModelPhysicsObject
Afficher le fichier Open project: nuclearpidgeon/graphicsproj2

Méthodes publiques

Méthode Description
Box ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 size ) : System
Box ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 size, System.Vector3 orientation ) : System

Méthodes protégées

Méthode Description
GeneratePhysicsDescription ( ) : RigidBody

Method Details

Box() public méthode

public Box ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 size ) : System
game Project2Game
model SharpDX.Toolkit.Graphics.Model
position System.Vector3
size System.Vector3
Résultat System

Box() public méthode

public Box ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 size, System.Vector3 orientation ) : System
game Project2Game
model SharpDX.Toolkit.Graphics.Model
position System.Vector3
size System.Vector3
orientation System.Vector3
Résultat System

GeneratePhysicsDescription() protected méthode

protected GeneratePhysicsDescription ( ) : RigidBody
Résultat RigidBody