Class RenderJobEvents
Inheritance
RenderJobEvents
Syntax
public static class RenderJobEvents : Object
Methods
InvokeJobRequested(IRenderJob)
Declaration
public static void InvokeJobRequested(IRenderJob job)
Parameters
Events
renderReady
Declaration
public static event Action<RenderJobRenderReadyEventCoreArgs> renderReady
Event Type
shotReady
Declaration
public static event Action<RenderJobShotReadyEventCoreArgs> shotReady
Event Type
stateReady
Declaration
public static event Action<RenderJobStateReadyEventCoreArgs> stateReady
Event Type
textureReady
Declaration
public static event Action<RenderJobTextureReadyEventCoreArgs> textureReady
Event Type