Class GraphNodeReflection

The GraphNodeReflection class provides reflection data for all registered GraphNode types.

Constructors

Accessors

  • get templateNodeObjectTypes(): Type[]
  • The types used to automatically created template node specializations in the graph system.

    Returns Type[]

Methods

  • Finds a compatible conversion node that can take inputs of type inputType and output a value of type outputType.

    Parameters

    • inputType: GraphType

      The type of input for the conversion node.

    • outputType: GraphType

      The type of output for the conversion node.

    Returns GraphNodeReflectionData

    A conversion node that is suitable for converting inputType to outputType.