Slot class
Class for slot related methods and properties.
Slots are helper-objects which allow you to attach items to. Attached items move with the slot and are treated as child of the item they are attached to.
By default, all items have a "Top"
and "Bottom"
slot.
Methods
attach_to | (self, target: Slot) -> None |
Attaches this |
Properties
readonly | name | str | |
readonly | owner | BaseItem | |
readonly | relative_transform | ReadonlyTransform | |
readonly | transform | ReadonlyTransform |