Class RenderJobShotReadyEventCoreArgs
Namespace: UnityEngine.Industrial.Rendering.CoreApi
Syntax
public sealed class RenderJobShotReadyEventCoreArgs : ValueType
Properties
files
Declaration
public List<string> files { get; }
Property Value
| Type | Description |
|---|---|
| List<String> |
job
Declaration
public IRenderJob job { get; }
Property Value
| Type | Description |
|---|---|
| IRenderJob |