Class OnDemandTexture

All Implemented Interfaces:
AutoCloseable

public class OnDemandTexture extends AbstractTexture
The OnDemandTexture class extends AbstractTexture and represents a texture that is loaded on demand. It has a reference to a OnDemandTexture.ReturnTextureManager which is used to load and unload the texture.