Interface IRenderJob
Render job interface
Namespace: UnityEngine.Industrial.Rendering.CoreApi
Syntax
public interface IRenderJob
Properties
externalId
Unique Id for this job (external)
Declaration
string externalId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
guid
Unique Id for this job (internal)
Declaration
Guid guid { get; }
Property Value
| Type | Description |
|---|---|
| Guid |