Skip to main content

Transform.SetSiblingIndex(number index)

Sets the sibling index.

Parameters:

NameTypeDescription
indexnumberIndex to set.

Usage

---@type Transform
local transform;

---@type number
local index;


transform.SetSiblingIndex(index)