Class EdgeValidationError
An error created during a graph validation or a new edge addition to a graph.
Inherited Members
Namespace: UnityEngine.Importer.Validations
Assembly: Unity.Importer.dll
Syntax
public class EdgeValidationError : BaseGraphValidationError
  Properties
Edge
The invalid Edge.
Declaration
public Edge Edge { get; }
  Property Value
| Type | Description | 
|---|---|
| Edge | 
Methods
ToString()
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| string |