For example, if a slot, Slot_A, is parented under the world root and has global position [1; 0; 0]
(i.e. 1 meter to the right of the world root) its local position, as shown in the inspector, will be [1; 0; 0]
. If another slot, Slot_B, is parented under Slot_A and also has local position [1; 0; 0]
, its global position is [2; 0; 0]
. If Slot_A is now moved to [1; 1; 0]
(i.e. translated 1 meter upwards), Slot_B will move with Slot_A and its local position remains [1; 0; 0]
; its global position will now be [2; 1; 0]
.