Class StagingRule
Class StagingRule.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
public abstract class StagingRule : ScriptableObject
Fields
m_CurrentValidation
The m current validation
Declaration
protected bool m_CurrentValidation
Field Value
Type | Description |
---|---|
Boolean |
validateNotIncludedAs
The validate not included as
Declaration
public bool validateNotIncludedAs
Field Value
Type | Description |
---|---|
Boolean |
Properties
ValidateCurrentSetting
Gets a value indicating whether [validate current setting].
Declaration
public bool ValidateCurrentSetting { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Methods
Validate(Object)
Validates the specified validate with.
Declaration
public abstract bool Validate(object validateWith)
Parameters
Type | Name | Description |
---|---|---|
Object | validateWith | The validate with. |
Returns
Type | Description |
---|---|
Boolean |
|
Events
valueChanged
Occurs when [value changed].
Declaration
public abstract event Action valueChanged
Event Type
Type | Description |
---|---|
Action |