docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ResultValidationError

    An error created during a graph validation.

    Inheritance
    object
    BaseGraphValidationError
    ResultValidationError
    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 ResultValidationError : BaseGraphValidationError

    Properties

    Edges

    The invalid Edges.

    Declaration
    public List<ResultEdge> Edges { get; }
    Property Value
    Type Description
    List<ResultEdge>

    Id

    The result Id being referenced multiple time.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    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)