C# 클래스 Asteroids.Classes.AsteroidsIntro
파일 보기
프로젝트 열기: Timvangool/AsteroidsAPO2
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
AsteroidsIntro ( ) : System |
|
|
Draw ( SpriteBatch spriteBatch ) : void |
|
|
IntroText ( ) : void |
|
|
Load ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDeviceManager graphics ) : void |
|
|
Update ( ) : void |
|
|
메소드 상세
public Draw ( SpriteBatch spriteBatch ) : void |
spriteBatch |
Microsoft.Xna.Framework.Graphics.SpriteBatch |
|
리턴 |
void |
|
public Load ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDeviceManager graphics ) : void |
content |
Microsoft.Xna.Framework.Content.ContentManager |
|
graphics |
GraphicsDeviceManager |
|
리턴 |
void |
|
public Update ( ) : void |
리턴 |
void |
|