-
-
Save todorok1/bea6920b1606c51435d132fffe50519f to your computer and use it in GitHub Desktop.
指定したインデックスに配置するサンプル
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void Start() | |
{ | |
// ターゲットを指定したインデックスに配置します。 | |
targetObj.transform.SetSiblingIndex(1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment