Package com.xebisco.yield
Interface OnDemandTexture.ReturnIOManager
- Enclosing class:
- OnDemandTexture
public static interface OnDemandTexture.ReturnIOManager
The
ReturnIOManager interface provides a method to get the FileIOManager.
It is used to get the FileIOManager instance that is responsible for loading and unloading files.-
Method Summary
-
Method Details
-
ioManager
FileIOManager ioManager()Returns theFileIOManagerinstance.- Returns:
- the
FileIOManagerinstance.
-