15 lines
307 B
C#
15 lines
307 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace XericUI.ReflectionUIGenerator
|
|
{
|
|
/// <summary>
|
|
/// ui反射属性定位器,放在池对象的根节点上,设定好接下来的目标即可
|
|
/// </summary>
|
|
public class XuiavrgPooledLocator : MonoBehaviour
|
|
{
|
|
|
|
}
|
|
}
|