Node.toRemove

toRemove is used to mark nodes for removal. A node marked as such should stop being drawn, and should be removed from the tree.

  1. bool toRemove(bool value)
  2. bool toRemove()
    class Node
    const
    bool
    toRemove
    ()

Return Value

Type: bool

True if the node is to be removed from the tree.

Meta