Package WildMagic.LibGraphics.Rendering
Class Bindable.Info
- java.lang.Object
 - 
- WildMagic.LibGraphics.Rendering.Bindable.Info
 
 
- 
- Enclosing class:
 - Bindable
 
protected class Bindable.Info extends java.lang.ObjectResource information class. 
- 
- 
Field Summary
Fields Modifier and Type Field Description (package private) ResourceIdentifierIDThe identifier of the resource for the renderer's use.(package private) ReleaseFunctionReleaseThe renderer function to call to release the resource.(package private) booleanReload(package private) RendererUserThe renderer to which the resource is bound. 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedInfo() 
 - 
 
- 
- 
Field Detail
- 
User
Renderer User
The renderer to which the resource is bound. 
- 
Release
ReleaseFunction Release
The renderer function to call to release the resource. 
- 
ID
ResourceIdentifier ID
The identifier of the resource for the renderer's use. 
- 
Reload
boolean Reload
 
 - 
 
 -