MapFrame.addChild

Add a new child to the space and assign it some position.

  1. void addChild(Node node, Position position)
    class MapFrame
    void
    addChild
    in ([position.coords.tupleof].any!isFinite, format!"Given %s isn't valid, values must be finite"(position))
  2. void addChild(Node node, Vector2 vector)

Meta