C# Class Project2.GameObjects.Box

Inheritance: Project2.GameObjects.Abstract.ModelPhysicsObject
Show file Open project: nuclearpidgeon/graphicsproj2

Public Methods

Method 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

Protected Methods

Method Description
GeneratePhysicsDescription ( ) : RigidBody

Method Details

Box() public method

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
return System

Box() public method

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
return System

GeneratePhysicsDescription() protected method

protected GeneratePhysicsDescription ( ) : RigidBody
return RigidBody