Class ResultEdgeValidationError
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 ResultEdgeValidationError : BaseGraphValidationError
Properties
Edge
The invalid Edge.
Declaration
public ResultEdge Edge { get; }
Property Value
| Type | Description |
|---|---|
| ResultEdge |
Methods
ToString()
Get a string representing the error.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | Message representing the error. |