Exemplo n.º 1
0
 void OnEnable()
 {
     path = (GizmosScript)target;
 }
Exemplo n.º 2
0
 public static void DraMyGuismo(GizmosScript script, GizmoType gizmoType)
 {
     Gizmos.color = Color.cyan;
     Gizmos.DrawSphere(script.transform.position, 3);
 }