Package com.xebisco.yield
Interface OnDemandTexture.ReturnTextureManager
- Enclosing class:
- OnDemandTexture
public static interface OnDemandTexture.ReturnTextureManager
The
ReturnTextureManager interface provides a method to get the TextureManager.
It is used to get the TextureManager instance that is responsible for loading and unloading textures.-
Method Summary
-
Method Details
-
textureManager
TextureManager textureManager()Returns theTextureManagerinstance.- Returns:
- the
TextureManagerinstance.
-