Class StagingItemRow
Class StagingItemRow.
Namespace: Unity.Industrial.Forma.Staging
Syntax
[Serializable]
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Staging", "Unity.Industrial.Configurator", null)]
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. |