C# 클래스 WarTornLands.Infrastructure.Systems.GameState.BaseOverlayGameState

상속: BaseGameState
파일 보기 프로젝트 열기: floAr/WarTornLands

보호된 프로퍼티들

프로퍼티 타입 설명
_background Microsoft.Xna.Framework.Graphics.RenderTarget2D

공개 메소드들

메소드 설명
BaseOverlayGameState ( RenderTarget2D Background ) : System
Draw ( Microsoft gameTime ) : void

메소드 상세

BaseOverlayGameState() 공개 메소드

public BaseOverlayGameState ( RenderTarget2D Background ) : System
Background Microsoft.Xna.Framework.Graphics.RenderTarget2D
리턴 System

Draw() 공개 메소드

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
리턴 void

프로퍼티 상세

_background 보호되어 있는 프로퍼티

protected RenderTarget2D,Microsoft.Xna.Framework.Graphics _background
리턴 Microsoft.Xna.Framework.Graphics.RenderTarget2D