Property | Type | Description | |
---|---|---|---|
game | Microsoft.Xna.Framework.Game | ||
position | Vector3 |
Method | Description | |
---|---|---|
Draw ( |
Draws various components in the game
|
|
GameObject ( ) : System | ||
SetPosition ( Vector3 position ) : void |
Sets the position of the object in 3D space
|
|
Update ( |
Updates various components in the game
|
public abstract Draw ( |
||
gameTime | Current game time | |
return | void |
public SetPosition ( Vector3 position ) : void | ||
position | Vector3 | The position to which to set the object |
return | void |
public abstract Update ( |
||
gameTime | Current game time | |
return | void |
protected Game,Microsoft.Xna.Framework game | ||
return | Microsoft.Xna.Framework.Game |