C# 클래스 ProjectCow.Background

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

공개 프로퍼티들

프로퍼티 타입 설명
Position Vector2

공개 메소드들

메소드 설명
Background ( ) : System
Draw ( SpriteBatch theSpriteBatch ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager ) : void
LoadNextBackground ( ) : void
LoadPreviousBackground ( ) : void
getBackgroundImage ( ) : string

메소드 상세

Background() 공개 메소드

public Background ( ) : System
리턴 System

Draw() 공개 메소드

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

LoadContent() 공개 메소드

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager ) : void
theContentManager Microsoft.Xna.Framework.Content.ContentManager
리턴 void

LoadNextBackground() 공개 메소드

public LoadNextBackground ( ) : void
리턴 void

LoadPreviousBackground() 공개 메소드

public LoadPreviousBackground ( ) : void
리턴 void

getBackgroundImage() 공개 메소드

public getBackgroundImage ( ) : string
리턴 string

프로퍼티 상세

Position 공개적으로 프로퍼티

public Vector2 Position
리턴 Vector2