docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NodeValidationError

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

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

    Properties

    Node

    The invalid INode<TInput, TOutput>.

    Declaration
    public INode<InputPorts, OutputPorts> Node { get; }
    Property Value
    Type Description
    INode<InputPorts, OutputPorts>

    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)