TransformSetSiblingIndexOn this pageTransform.SetSiblingIndex(number index) Sets the sibling index. Parameters: NameTypeDescriptionindexnumberIndex to set. Usage ---@type Transformlocal transform;---@type numberlocal index;transform.SetSiblingIndex(index)