提交修改
This commit is contained in:
@@ -227,6 +227,10 @@ namespace FairyGUI
|
||||
{
|
||||
if (index >= 0 && index <= _children.Count)
|
||||
{
|
||||
if (child == null)
|
||||
{
|
||||
|
||||
}
|
||||
if (child.parent == this)
|
||||
{
|
||||
SetChildIndex(child, index);
|
||||
|
||||
Reference in New Issue
Block a user