// The method to call Game Objects methods //---------------------------------------- public void SendTopic(Vector3 position) { targetGameObject.transform.position = IGamaManager.TransformGamaLocation(position); }
public Vector3 GetLocation() { return(IGamaManager.TransformGamaLocation(Location)); }