Function Node

  • Node - Create a new node and render it to the scene

    Parameters

    • key: string

      Unique key for the node (used for finding nodes)

    • parent: null | ISceneNode

      Parent to attach the node to

    • props: Partial<INodeWritableProps> | Partial<ITextNodeWritableProps> = {}

      Lightning 3 rendering props (see INodeWritableProps or ITextNodeWritableProps)

    Returns ISceneNode

    ISceneNode

Generated using TypeDoc