Ejemplo n.º 1
0
 //called to set indicator to a particular node, set the color as well
 //not iOS performance friendly
 public static void SetIndicator(Vector3 pointer)
 {
     instance._SetIndicator(pointer);
 }