C# 클래스 FlyingBird.Misc.AnimatedBackground

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

공개 메소드들

메소드 설명
AnimatedBackground ( Texture2D bgTexture ) : Sharpex2D

Initializes the AnimatedBackground class.

Render ( RenderDevice renderer ) : void

Renders the object.

Update ( GameTime gameTime ) : void

Updates the object.

메소드 상세

AnimatedBackground() 공개 메소드

Initializes the AnimatedBackground class.
public AnimatedBackground ( Texture2D bgTexture ) : Sharpex2D
bgTexture Sharpex2D.Rendering.Texture2D The BackgroundTexture.
리턴 Sharpex2D

Render() 공개 메소드

Renders the object.
public Render ( RenderDevice renderer ) : void
renderer RenderDevice The Renderer.
리턴 void

Update() 공개 메소드

Updates the object.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
리턴 void