📜  findobject getcomponent - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:44.999000             🧑  作者: Mango

代码示例1
GameObject.Find("Name of the object you want to access").GetComponent();
     PlayerControllerScript.run = true;
     
     Another Example:
     
     GameObject.Find("Player").GetComponent().run = true;