Class ConflictingComponentsValidationError<T>
An error created during a graph validation that highlight several conflicting graph components.
Inherited Members
Namespace: UnityEngine.Importer.Validations
Assembly: Unity.Importer.dll
Syntax
public class ConflictingComponentsValidationError<T> : BaseGraphValidationError
Type Parameters
Name | Description |
---|---|
T | A graph component type (node, edge...) |
Properties
Components
The graph components that are conflicting.
Declaration
public List<T> Components { get; }
Property Value
Type | Description |
---|---|
List<T> |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |