gameobject.GetComponent<Transform>();
翻译成Lua:
gameObject:GetComponent (luanet.ctype (Transform))
gameobject.GetComponent<Transform>();
翻译成Lua:
gameObject:GetComponent (luanet.ctype (Transform))
转载于:https://www.cnblogs.com/louissong/p/4383353.html