C# 클래스 TextureManagerInstance, isoAbbeyTFG

상속: TextureManager
파일 보기 프로젝트 열기: nvidiosin/isoAbbeyTFG

공개 메소드들

메소드 설명
TextureManagerInstance ( ) : System.Collections
deleteTexture ( IsoTexture, texture ) : void
newTexture ( ) : IsoTexture,
textureList ( ) : IsoTexture[],
textureList ( Texture match ) : IsoTexture[],
update ( IsoTexture, it ) : void

비공개 메소드들

메소드 설명
regenerate ( Texture referenced ) : void

메소드 상세

TextureManagerInstance() 공개 메소드

public TextureManagerInstance ( ) : System.Collections
리턴 System.Collections

deleteTexture() 공개 메소드

public deleteTexture ( IsoTexture, texture ) : void
texture IsoTexture,
리턴 void

newTexture() 공개 메소드

public newTexture ( ) : IsoTexture,
리턴 IsoTexture,

textureList() 공개 메소드

public textureList ( ) : IsoTexture[],
리턴 IsoTexture[],

textureList() 공개 메소드

public textureList ( Texture match ) : IsoTexture[],
match Texture
리턴 IsoTexture[],

update() 공개 메소드

public update ( IsoTexture, it ) : void
it IsoTexture,
리턴 void