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)
    class Node
    bool
    toRemove
    (
    bool value
    )
  2. bool toRemove()

Parameters

value bool

New value to use for the node.

Return Value

Type: bool

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

Meta