Class RenderJobEvents
Static class defining events consumed or triggered through RenderJobQueue
Inherited Members
Namespace: UnityEngine.Industrial.Rendering.CoreApi
Syntax
public static class RenderJobEvents
Methods
InvokeJobRequested(IRenderJob)
Request a render
Declaration
public static void InvokeJobRequested(IRenderJob job)
Parameters
| Type | Name | Description |
|---|---|---|
| IRenderJob | job |
Events
renderReady
Event triggered when a shot is produced on the GPU
Declaration
public static event Action<RenderJobRenderReadyEventCoreArgs> renderReady
Event Type
| Type | Description |
|---|---|
| Action<RenderJobRenderReadyEventCoreArgs> |
textureReady
Event triggered when a shot is produced and read back to the CPU
Declaration
public static event Action<RenderJobTextureReadyEventCoreArgs> textureReady
Event Type
| Type | Description |
|---|---|
| Action<RenderJobTextureReadyEventCoreArgs> |