Struct ImporterGraphOverrideContainer.GraphValueState
This struct represents an ImportSetting<T> from an ImporterGraph and it overridden state from a ModularImporter.
Inherited Members
Namespace: UnityEditor.Importer
Assembly: Unity.Importer.Editor.dll
Syntax
[Serializable]
public struct ImporterGraphOverrideContainer.GraphValueState
  Constructors
GraphValueState(IGraphValue, bool)
Creates a new instance of ImporterGraphOverrideContainer.GraphValueState.
Declaration
public GraphValueState(IGraphValue value, bool isOverride)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IGraphValue | value | An ImportSetting<T>.  | 
      
| bool | isOverride | The overriden state of the value.  | 
      
Fields
isOverride
The current overriden state of the setting. True if the settings has an override in the ModularImporter, false otherwise.
Declaration
public bool isOverride
  Field Value
| Type | Description | 
|---|---|
| bool | 
value
The ImportSetting<T> value.
Declaration
[SerializeReference]
public IGraphValue value
  Field Value
| Type | Description | 
|---|---|
| IGraphValue |