Class NodeValidationError
An error created during a graph validation or a new node addition to a graph.
Inherited Members
Namespace: UnityEngine.Importer.Validations
Assembly: Unity.Importer.dll
Syntax
public class NodeValidationError : BaseGraphValidationError
  Properties
Node
The invalid INode<TInput, TOutput>.
Declaration
public INode<InputPorts, OutputPorts> Node { get; }
  Property Value
| Type | Description | 
|---|---|
| INode<InputPorts, OutputPorts> | 
Methods
ToString()
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| string |