All translations

Enter a message name below to show all available translations.

Message

Found one translation.

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