docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ConflictingComponentsValidationError<T>

    An error created during a graph validation that highlight several conflicting graph components.

    Inheritance
    object
    BaseGraphValidationError
    ConflictingComponentsValidationError<T>
    Inherited Members
    BaseGraphValidationError.Message
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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
    Overrides
    BaseGraphValidationError.ToString()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)