Class StagingItem
Class StagingItem.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Runtime.Staging
Syntax
public class StagingItem : ScriptableObject
Properties
displayName
Gets or sets the display name.
Declaration
public string displayName { get; set; }
Property Value
Type | Description |
---|---|
String | The display name. |
stagingItemCommandSettings
Gets or sets the staging item command settings.
Declaration
public StagingItemCommandSettings stagingItemCommandSettings { get; set; }
Property Value
Type | Description |
---|---|
StagingItemCommandSettings | The staging item command settings. |
thumbnail
Gets or sets the thumbnail.
Declaration
public Texture thumbnail { get; set; }
Property Value
Type | Description |
---|---|
Texture | The thumbnail. |