Property | Type | Description | |
---|---|---|---|
boundingSphere | BoundingSphere | ||
model | SharpDX.Toolkit.Graphics.Model |
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 |
public Draw ( SharpDX.Toolkit.GameTime gametime ) : void | ||
gametime | SharpDX.Toolkit.GameTime | |
return | void |
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 |