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