Type t = prefab.GetType();
FieldInfo[] fiArray = t.GetFields();
if (fiArray != null)
{
for (int i = 0; i
关注
打赏
通过反射获取prefab的参数的名字和引用
立即登录/注册


微信扫码登录