📜  如何统一引用函数 - C# 代码示例

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

代码示例1
public GameObject myObject; //make ref. in inspector window

myObject.GetComponent().MyFunction();