Class RenderJobRenderReadyEventCoreArgs
Namespace: UnityEngine.Industrial.Rendering.CoreApi
Syntax
public sealed class RenderJobRenderReadyEventCoreArgs : ValueType
Properties
job
Declaration
public IRenderJob job { get; }
Property Value
| Type | Description |
|---|---|
| IRenderJob |
texture
Declaration
public RenderTexture texture { get; }
Property Value
| Type | Description |
|---|---|
| RenderTexture |
timings
Declaration
public RenderJobTimings timings { get; }
Property Value
| Type | Description |
|---|---|
| RenderJobTimings |