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