using System.Collections; using System.Collections.Generic; using UnityEngine; public class UIAnimationNode:MonoBehaviour { /// /// 背景节点 /// public GameObject BGRoot; /// /// 内容节点 /// public GameObject ContentRoot; }