改变物体在当前所在的子物体列表中的顺序

int count = parentTransform.childCount;
    //参数为物体在当前所在的子物体列表中的顺序
    //count-1指把child物体在当前子物体列表的顺序设置为最后一个,0为第一个
    childTransform.SetSiblingIndex(count - 1);
posted @ 2022-06-22 18:05  哒哒哒~~~  阅读(27)  评论(0编辑  收藏  举报