Struct RenderJobRenderReadyEventCoreArgs
Job exported image ready notification (beauty shot and AOVs equally)
Inherited Members
Namespace: UnityEngine.Industrial.Rendering.CoreApi
Syntax
public struct RenderJobRenderReadyEventCoreArgs
Properties
job
Job
Declaration
public IRenderJob job { get; }
Property Value
| Type | Description |
|---|---|
| IRenderJob |
texture
Texture
Declaration
public RenderTexture texture { get; }
Property Value
| Type | Description |
|---|---|
| RenderTexture |
timings
Timings
Declaration
public RenderJobTimings timings { get; }
Property Value
| Type | Description |
|---|---|
| RenderJobTimings |