예제 #1
0
 public static void Disable(Obstacle obj)
 {
     obj.gameObject.SetActive(false);
 }
예제 #2
0
 public static void Enable(Obstacle obj)
 {
     obj.gameObject.SetActive(true);
 }