BaseItem.add method

add(self, obj: BaseItem) -> None:

Adds a child to this item.

Children inherit BaseItem.transform settings from their parent.

Parameters

  • item to add to the list of children.