프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Draw ( |
Draws the Scene.
|
|
Initialize ( ) : void |
Initializes the scene.
|
|
LoadContent ( ContentManager content ) : void |
Loads the content.
|
|
OnSceneActivated ( ) : void |
Called if the scene is activated.
|
|
Update ( |
Updates the scene.
|
public Draw ( |
||
spriteBatch | The spriteBatch. | |
gameTime | The GameTime. | |
리턴 | void |
public LoadContent ( ContentManager content ) : void | ||
content | ContentManager | The ContentManager. |
리턴 | void |
public Update ( |
||
gameTime | The GameTime. | |
리턴 | void |