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