Class StagingElement
Class StagingElement.
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
[Serializable]
public class StagingElement
Properties
enterCommands
Gets or sets the enter commands.
Declaration
public List<Command> enterCommands { get; set; }
Property Value
Type | Description |
---|---|
List<Command> | The enter commands. |
exitCommands
Gets or sets the exit commands.
Declaration
public List<Command> exitCommands { get; set; }
Property Value
Type | Description |
---|---|
List<Command> | The exit commands. |
ID
Gets or sets the identifier.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
String | The identifier. |
isAvailable
Gets a value indicating whether this instance is available.
Declaration
public bool isAvailable { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
stagingRuleSet
Gets or sets the staging rule set.
Declaration
public StagingRuleSet stagingRuleSet { get; set; }
Property Value
Type | Description |
---|---|
StagingRuleSet | The staging rule set. |
Methods
ValidateRuleSet(String, Type[])
Validates the rule set.
Declaration
public bool ValidateRuleSet(string belongingList, params Type[] canNotIncludeRule)
Parameters
Type | Name | Description |
---|---|---|
String | belongingList | The belonging list. |
Type[] | canNotIncludeRule | The can not include rule. |
Returns
Type | Description |
---|---|
Boolean |
|