Class StagingSceneRule
Class StagingSceneRule.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
[Obsolete("Will be remove in next release and backup")]
[CreateAssetMenu(fileName = "SceneRule", menuName = "Forma/Staging/Scene Rule", order = 50)]
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 |