C# 클래스 VoidRadar.Map.TileCache

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

공개 메소드들

메소드 설명
Boot ( ) : void
FetchTile ( int x, int y ) : Microsoft.Xna.Framework.Graphics.Texture2D
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager _content ) : void
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
GenerateAssetURL ( int x, int y ) : string

메소드 상세

Boot() 공개 정적인 메소드

public static Boot ( ) : void
리턴 void

FetchTile() 공개 정적인 메소드

public static FetchTile ( int x, int y ) : Microsoft.Xna.Framework.Graphics.Texture2D
x int
y int
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

LoadContent() 공개 정적인 메소드

public static LoadContent ( Microsoft.Xna.Framework.Content.ContentManager _content ) : void
_content Microsoft.Xna.Framework.Content.ContentManager
리턴 void

Update() 공개 정적인 메소드

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