Engine API Reference - v2.7.3
    Preparing search index...

    Type Alias ForEachNodeCallback

    ForEachNodeCallback: (node: GraphNode) => void

    Callback used by GraphNode#forEach to iterate through a graph node and all of its descendants.

    Type declaration