C# 클래스 VacuumCleaner.Env.Environment.TileMap2D

상속: IEnvironmentRenderer
파일 보기 프로젝트 열기: Troilk/VacuumCleaner

공개 메소드들

메소드 설명
Render ( SpriteBatch spriteBatch, Environment env, GameTime time, Rectangle mapDest, float posLerp ) : void
TileMap2D ( Microsoft.Xna.Framework.Content.ContentManager content ) : System.Collections.Generic
ToString ( ) : string
Update ( GameTime gameTime ) : void

메소드 상세

Render() 공개 메소드

public Render ( SpriteBatch spriteBatch, Environment env, GameTime time, Rectangle mapDest, float posLerp ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
env Environment
time Microsoft.Xna.Framework.GameTime
mapDest Microsoft.Xna.Framework.Rectangle
posLerp float
리턴 void

TileMap2D() 공개 메소드

public TileMap2D ( Microsoft.Xna.Framework.Content.ContentManager content ) : System.Collections.Generic
content Microsoft.Xna.Framework.Content.ContentManager
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void