gameobject.GetComponent<Transform>();
翻译成Lua:
gameObject:GetComponent (luanet.ctype (Transform))
gameobject.GetComponent<Transform>();
翻译成Lua:
gameObject:GetComponent (luanet.ctype (Transform))
相关文章: