docs.unity.cn
    Show / Hide Table of Contents

    Class SystemGraphComponent.PendingGraphDescriptor

    Description of a graph to add to the reference graph stack.

    Inheritance
    Object
    SystemGraphComponent.PendingGraphDescriptor
    Namespace: Mechatronics.SystemGraph
    Syntax
    public class PendingGraphDescriptor

    Fields

    graphObject

    Data of the described graph

    Declaration
    public SystemGraphObject graphObject
    Field Value
    Type Description
    SystemGraphObject

    handlerEnable

    Handler that is called when the component receive Enable lifecycle call from unity

    Declaration
    public SystemGraphComponent.PendingGraphDescriptor.HandlerEnable handlerEnable
    Field Value
    Type Description
    SystemGraphComponent.PendingGraphDescriptor.HandlerEnable

    parentDescriptor

    If the graph is a embedded graph, then the descriptor of the main graph.

    Declaration
    public SystemGraphManager.GraphDescriptor parentDescriptor
    Field Value
    Type Description
    SystemGraphManager.GraphDescriptor

    subGraphPath

    SubGraph path for the query system

    Declaration
    public string subGraphPath
    Field Value
    Type Description
    String
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use