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