Method | Description | |
---|---|---|
deleteTexture ( IsoDecoration, Decoration ) : void | ||
getInstance ( ) : DecorationManager, | ||
newTexture ( ) : IsoDecoration, | ||
textureList ( ) : IsoDecoration[], | ||
textureList ( Texture match ) : IsoDecoration[], | ||
update ( IsoDecoration, Decoration ) : void |
public abstract deleteTexture ( IsoDecoration, Decoration ) : void | ||
Decoration | IsoDecoration, | |
return | void |
public static getInstance ( ) : DecorationManager, | ||
return | DecorationManager, |
public abstract newTexture ( ) : IsoDecoration, | ||
return | IsoDecoration, |
public abstract textureList ( ) : IsoDecoration[], | ||
return | IsoDecoration[], |
public abstract textureList ( Texture match ) : IsoDecoration[], | ||
match | Texture | |
return | IsoDecoration[], |
public abstract update ( IsoDecoration, Decoration ) : void | ||
Decoration | IsoDecoration, | |
return | void |