标签:tar oid class system nbsp engine find ons unity
代码演示:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GameObjectFind : MonoBehaviour {
private GameObject thing;
void Start () {
thing = GameObject.Find("C4");
thing.name = "thing";
}
}
---------------------
标签:tar oid class system nbsp engine find ons unity
原文地址:https://www.cnblogs.com/ly570/p/11278013.html