Add a component to this gameobject func addComponent(component : Component) { components.append(component) component.gameObject = self } // Remove a ...
確定! 回上一頁