using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using DG.Tweening; namespace MetaClient { public class UICustomNor : MonoBehaviour { //[Header("左边界面")] //public GameObject leftView; //[Header("右边界面")] //public GameObject rightView; public UICustom uICustom; [Header("出现对象")] public List objAppear; [Header("消失对象")] public List objDisAppear; // Start is called before the first frame update void Start() { Button btn =gameObject.GetComponent