Example #1
0
        public static void Render(Box box)
        {
            BoxProbe.Others(false);

            var go = new GameObject(box.gameObject.name, typeof(BoxProbe));

            go.transform.position = box.transform.position;
        }
Example #2
0
 private void OnDestroy()
 {
     BoxProbe.Others(true);
 }