SetSiblingIndex
7/14/25Less than 1 minute
Transform.SetSiblingIndex(number index)
Sets the sibling index.
Parameters:
Name | Type | Description |
---|---|---|
index | number | Index to set. |
Usage
---@type Transform
local transform;
---@type number
local index;
transform.SetSiblingIndex(index)