Container:arrange_children

Advanced

Computes and sets the relative positions of child elements.

This method is called during update_tree and is responsible for giving each child of this container its position by calling UIElement:set_relative_position.

You should never have to call this method, but you should override it when implementing custom containers. The implementation often makes use of information supplied by the child element joints.

Usage

container:arrange_children()

This site uses Just the Docs, a documentation theme for Jekyll.