C# 클래스 Treefrog.Runtime.Level

파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch, Rectangle region ) : void
DrawLayer ( SpriteBatch spriteBatch, Rectangle region, int index ) : void

비공개 메소드들

메소드 설명
Level ( ) : System
Level ( Microsoft.Xna.Framework.Content.ContentReader reader ) : System

메소드 상세

Draw() 공개 메소드

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

DrawLayer() 공개 메소드

public DrawLayer ( SpriteBatch spriteBatch, Rectangle region, int index ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
region Microsoft.Xna.Framework.Rectangle
index int
리턴 void