C# 클래스 Asteroids.Background

파일 보기 프로젝트 열기: Timvangool/AsteroidsAPO2 1 사용 예제들

공개 메소드들

메소드 설명
Background ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager content ) : System
Draw ( SpriteBatch spriteBatch ) : void
LoadPlanets ( ) : void
LoadStars ( ) : void

메소드 상세

Background() 공개 메소드

public Background ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager content ) : System
graphicsDevice GraphicsDevice
content Microsoft.Xna.Framework.Content.ContentManager
리턴 System

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

LoadPlanets() 공개 메소드

public LoadPlanets ( ) : void
리턴 void

LoadStars() 공개 메소드

public LoadStars ( ) : void
리턴 void