C# 클래스 DecorationManager, isoAbbeyTFG

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

공개 메소드들

메소드 설명
deleteTexture ( IsoDecoration, Decoration ) : void
getInstance ( ) : DecorationManager,
newTexture ( ) : IsoDecoration,
textureList ( ) : IsoDecoration[],
textureList ( Texture match ) : IsoDecoration[],
update ( IsoDecoration, Decoration ) : void

메소드 상세

deleteTexture() 공개 추상적인 메소드

public abstract deleteTexture ( IsoDecoration, Decoration ) : void
Decoration IsoDecoration,
리턴 void

getInstance() 공개 정적인 메소드

public static getInstance ( ) : DecorationManager,
리턴 DecorationManager,

newTexture() 공개 추상적인 메소드

public abstract newTexture ( ) : IsoDecoration,
리턴 IsoDecoration,

textureList() 공개 추상적인 메소드

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

textureList() 공개 추상적인 메소드

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

update() 공개 추상적인 메소드

public abstract update ( IsoDecoration, Decoration ) : void
Decoration IsoDecoration,
리턴 void