프로퍼티 | 타입 | 설명 | |
---|---|---|---|
game | Microsoft.Xna.Framework.Game | ||
position | Vector3 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public SetPosition ( Vector3 position ) : void | ||
position | Vector3 | The position to which to set the object |
리턴 | void |
public abstract Update ( |
||
gameTime | Current game time | |
리턴 | void |