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

    Class AssetProcessEvent

    Inheritance
    Object
    AssetProcessEvent
    Namespace: UnityEngine.AssetGraph
    Syntax
    [Serializable]
    public class AssetProcessEvent

    Properties

    AssetGuid

    Declaration
    public string AssetGuid { get; }
    Property Value
    Type Description
    String

    AssetName

    Declaration
    public string AssetName { get; }
    Property Value
    Type Description
    String

    Description

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

    GraphGuid

    Declaration
    public string GraphGuid { get; }
    Property Value
    Type Description
    String

    HowToFix

    Declaration
    public string HowToFix { get; }
    Property Value
    Type Description
    String

    Kind

    Declaration
    public AssetProcessEvent.EventKind Kind { get; }
    Property Value
    Type Description
    AssetProcessEvent.EventKind

    NodeId

    Declaration
    public string NodeId { get; }
    Property Value
    Type Description
    String

    NodeName

    Declaration
    public string NodeName { get; }
    Property Value
    Type Description
    String

    Timestamp

    Declaration
    public DateTime Timestamp { get; }
    Property Value
    Type Description
    DateTime

    Methods

    CreateErrorEvent(NodeException, String)

    Declaration
    public static AssetProcessEvent CreateErrorEvent(NodeException e, string graphGuid)
    Parameters
    Type Name Description
    NodeException e
    String graphGuid
    Returns
    Type Description
    AssetProcessEvent

    CreateModifyEvent(String, String, NodeData)

    Declaration
    public static AssetProcessEvent CreateModifyEvent(string assetGuid, string graphGuid, NodeData n)
    Parameters
    Type Name Description
    String assetGuid
    String graphGuid
    NodeData n
    Returns
    Type Description
    AssetProcessEvent
    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