C# 클래스 DecorationManagerInstance, isoAbbeyTFG

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

DecorationManagerInstance() 공개 메소드

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

deleteTexture() 공개 메소드

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

newTexture() 공개 메소드

public newTexture ( ) : IsoDecoration,
리턴 IsoDecoration,

textureList() 공개 메소드

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

textureList() 공개 메소드

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

update() 공개 메소드

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