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