C# 클래스 Example2.Game1
파일 보기
프로젝트 열기: serapth/MonoGameBook
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Game1 ( ) : Microsoft.Xna.Framework |
|
|
Game1 ( ) : System.Collections.Generic |
|
|
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.Collections.Generic |
리턴 |
System.Collections.Generic |
|
public Game1 ( ) : System.Text |
리턴 |
System.Text |
|
protected Update ( GameTime gameTime ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
리턴 |
void |
|