Class StagingItemRow
Class StagingItemRow.
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
[Serializable]
public class StagingItemRow
Properties
isEnabled
Enable a StagingItem in the configurator
Declaration
public bool isEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
settings
Gets the settings.
Declaration
public StagingElement settings { get; }
Property Value
Type | Description |
---|---|
StagingElement | The settings. |
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. |