Class StagingSceneRule
Class StagingSceneRule.
Inherited Members
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
public class StagingSceneRule : StagingRule
Fields
sceneRules
The scene rules
Declaration
public List<StagingSetting> sceneRules
Field Value
| Type | Description |
|---|---|
| List<StagingSetting> |
Methods
Validate(Object)
Validates the specified validate with.
Declaration
public override bool Validate(object validateWith)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | validateWith | The validate with. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Overrides
Events
valueChanged
Occurs when [value changed].
Declaration
public override event Action valueChanged
Event Type
| Type | Description |
|---|---|
| Action |