docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GraphExecutionResult

    Represents the result of the execution of a graph.

    Inheritance
    object
    GraphExecutionResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Importer
    Assembly: Unity.Importer.dll
    Syntax
    public class GraphExecutionResult

    Properties

    ExecutionException

    An exception that occured during the execution of the graph.

    Declaration
    public Exception ExecutionException { get; }
    Property Value
    Type Description
    Exception

    IsSuccess

    Was the execution of the graph successful (graph validation and execution).

    Declaration
    public bool IsSuccess { get; }
    Property Value
    Type Description
    bool

    Results

    Results gathered from the graph execution.

    Declaration
    public IReadOnlyList<IGraphValue> Results { get; }
    Property Value
    Type Description
    IReadOnlyList<IGraphValue>
    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)