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