C# Class Project2.GameObjects.Abstract.ModelGameObject

Inheritance: GameObject
Mostra file Open project: nuclearpidgeon/graphicsproj2

Protected Properties

Property Type Description
boundingSphere BoundingSphere
model SharpDX.Toolkit.Graphics.Model

Public Methods

Method Description
Draw ( SharpDX.Toolkit.GameTime gametime ) : void
ModelGameObject ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 orientation, System.Vector3 scale ) : SharpDX

Method Details

Draw() public method

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

ModelGameObject() public method

public ModelGameObject ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 orientation, System.Vector3 scale ) : SharpDX
game Project2Game
model SharpDX.Toolkit.Graphics.Model
position System.Vector3
orientation System.Vector3
scale System.Vector3
return SharpDX

Property Details

boundingSphere protected_oe property

protected BoundingSphere boundingSphere
return BoundingSphere

model protected_oe property

protected Model,SharpDX.Toolkit.Graphics model
return SharpDX.Toolkit.Graphics.Model