C# 클래스 Example3.Game1
파일 보기
프로젝트 열기: serapth/MonoGameBook
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Game1 ( ) : Microsoft.Xna.Framework |
|
|
Game1 ( ) : System.Text |
|
|
보호된 메소드들
메소드 상세
protected Draw ( GameTime gameTime ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
리턴 |
void |
|
public Game1 ( ) : Microsoft.Xna.Framework |
리턴 |
Microsoft.Xna.Framework |
|
public Game1 ( ) : System.Text |
리턴 |
System.Text |
|
protected OnActivated ( object sender, System args ) : void |
sender |
object |
|
args |
System |
|
리턴 |
void |
|
protected OnDeactivated ( object sender, System args ) : void |
sender |
object |
|
args |
System |
|
리턴 |
void |
|
protected Update ( GameTime gameTime ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
리턴 |
void |
|