RSX Code Reference
    Preparing search index...
    • rsx
    • GraphNodeReflection

    Class GraphNodeReflection

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

    Index
    • get templateNodeObjectTypes(): Type[]

      The types used to automatically created template node specializations in the graph system.

      Returns Type[]

    • 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.