docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ResultEdgeValidationError

    An error created during a graph validation or a new edge addition to a graph.

    Inheritance
    object
    BaseGraphValidationError
    ResultEdgeValidationError
    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 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.

    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)