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

    Class AssetGraphController

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

    Constructors

    AssetGraphController(ConfigGraph)

    Declaration
    public AssetGraphController(ConfigGraph graph)
    Parameters
    Type Name Description
    ConfigGraph graph

    Properties

    ActiveTarget

    Declaration
    public BuildTarget ActiveTarget { get; set; }
    Property Value
    Type Description
    BuildTarget

    CurrentNode

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

    IsAnyIssueFound

    Declaration
    public bool IsAnyIssueFound { get; }
    Property Value
    Type Description
    Boolean

    Issues

    Declaration
    public List<NodeException> Issues { get; }
    Property Value
    Type Description
    List<NodeException>

    StreamManager

    Declaration
    public AssetReferenceStreamManager StreamManager { get; }
    Property Value
    Type Description
    AssetReferenceStreamManager

    TargetGraph

    Declaration
    public ConfigGraph TargetGraph { get; }
    Property Value
    Type Description
    ConfigGraph

    Methods

    OnAssetsReimported(AssetPostprocessorContext)

    Declaration
    public void OnAssetsReimported(AssetPostprocessorContext ctx)
    Parameters
    Type Name Description
    AssetPostprocessorContext ctx

    Perform(BuildTarget, Boolean, Boolean, Boolean, Action<NodeData, String, Single>)

    Declaration
    public bool Perform(BuildTarget target, bool isBuild, bool logIssues, bool forceVisitAll, Action<NodeData, string, float> updateHandler)
    Parameters
    Type Name Description
    BuildTarget target
    Boolean isBuild
    Boolean logIssues
    Boolean forceVisitAll
    Action<NodeData, String, Single> updateHandler
    Returns
    Type Description
    Boolean

    Validate(NodeGUI, BuildTarget)

    Declaration
    public void Validate(NodeGUI node, BuildTarget target)
    Parameters
    Type Name Description
    NodeGUI node
    BuildTarget target
    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