C# 클래스 Starwar.Sprites.BackgroundSprite

상속: Sprite
파일 보기 프로젝트 열기: daxnet/Starwar 1 사용 예제들

공개 메소드들

메소드 설명
BackgroundSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, GraphicsDeviceManager graphics ) : System
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void

메소드 상세

BackgroundSprite() 공개 메소드

public BackgroundSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, GraphicsDeviceManager graphics ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
graphics GraphicsDeviceManager
리턴 System

Draw() 공개 메소드

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