Compare commits
2 Commits
1f70feb68f
...
476c37917a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
476c37917a | ||
|
|
bc0f6483b3 |
@ -426,7 +426,7 @@ public class Utility
|
||||
|
||||
|
||||
// 该方法用于打乱当前脚本所挂载物体的子物体顺序
|
||||
public void ShuffleChildObjects(Transform parent)
|
||||
public static void ShuffleChildObjects(Transform parent)
|
||||
{
|
||||
List<Transform> children = new List<Transform>();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user