Class ExportReport | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class ExportReport

    Export report.

    Inheritance
    Object
    ExportReport
    Namespace: UnityEngine.AssetGraph
    Syntax
    public class ExportReport

    Constructors

    ExportReport(NodeData)

    Declaration
    public ExportReport(NodeData node)
    Parameters
    Type Name Description
    NodeData node

    Properties

    Errors

    Gets the errors.

    Declaration
    public List<ExportReport.ErrorEntry> Errors { get; }
    Property Value
    Type Description
    List<ExportReport.ErrorEntry>

    The errors.

    ExportedItems

    Gets the exported items.

    Declaration
    public List<ExportReport.Entry> ExportedItems { get; }
    Property Value
    Type Description
    List<ExportReport.Entry>

    The exported items.

    Node

    Gets the node.

    Declaration
    public NodeData Node { get; }
    Property Value
    Type Description
    NodeData

    The node.

    Methods

    AddErrorEntry(String, String, String)

    Declaration
    public void AddErrorEntry(string src, string dst, string reason)
    Parameters
    Type Name Description
    String src
    String dst
    String reason

    AddExportedEntry(String, String)

    Declaration
    public void AddExportedEntry(string src, string dst)
    Parameters
    Type Name Description
    String src
    String dst
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023