C# Class Project2.GameObjects.Abstract.ModelGameObject

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

Protected Properties

Свойство Type Description
boundingSphere BoundingSphere
model SharpDX.Toolkit.Graphics.Model

Méthodes publiques

Méthode 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 méthode

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

ModelGameObject() public méthode

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
Résultat SharpDX

Property Details

boundingSphere protected_oe property

protected BoundingSphere boundingSphere
Résultat BoundingSphere

model protected_oe property

protected Model,SharpDX.Toolkit.Graphics model
Résultat SharpDX.Toolkit.Graphics.Model