Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created January 23, 2021 07:46
Embed
What would you like to do?
指定したインデックスに配置するサンプル
void Start()
{
// ターゲットを指定したインデックスに配置します。
targetObj.transform.SetSiblingIndex(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment