TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IResourceConsumer in Tinman.AddOns.Rendering

interface IResourceConsumer base of ResourceCache

Methods

ConsumeLoadedResource

Called by ResourceLoader to provide loaded GPU resource objects.

method ConsumeLoadedResource (string name, IResourceHandle handle, [Owner] IResource resource, TinmanError error)
params name The resource name, as provided to Load.
  handle The resource handle, as provided to the handle parameter of Load.
  resource The GPU resource object or null if:
  error The error that has occurred while loading the resource or null on success.