C# 클래스 CEngineSharp_Client.Graphics.TextureManager.GameTextureManager

상속: ITextureManager
파일 보기 프로젝트 열기: JohnLamontagne/CEngineSharp

공개 메소드들

메소드 설명
GetTexture ( string textureName ) : Texture
GetTextureName ( Texture texture ) : string
GetTextures ( ) : Texture>.Dictionary
LoadTextures ( ) : void
UnloadTextures ( ) : void

비공개 메소드들

메소드 설명
LoadCharacterTextures ( ) : void
LoadItemTextures ( ) : void
LoadTileSetTextures ( ) : void

메소드 상세

GetTexture() 공개 메소드

public GetTexture ( string textureName ) : Texture
textureName string
리턴 SFML.Graphics.Texture

GetTextureName() 공개 메소드

public GetTextureName ( Texture texture ) : string
texture Texture
리턴 string

GetTextures() 공개 메소드

public GetTextures ( ) : Texture>.Dictionary
리턴 Texture>.Dictionary

LoadTextures() 공개 메소드

public LoadTextures ( ) : void
리턴 void

UnloadTextures() 공개 메소드

public UnloadTextures ( ) : void
리턴 void