C# 클래스 Project_Starfighter.Background

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

공개 메소드들

메소드 설명
Background ( ) : System
Background ( Microsoft.Xna.Framework.Content.ContentManager content, string sBackground ) : System
Draw ( SpriteBatch spriteBatch ) : void

메소드 상세

Background() 공개 메소드

public Background ( ) : System
리턴 System

Background() 공개 메소드

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

Draw() 공개 메소드

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