Ejemplo n.º 1
0
 private void OnDrawGizmosSelected()
 {
     foreach (Vector3 position in this.Positions)
     {
         GizmosEx.DrawWireArc(position, 1.0f);
         GizmosEx.DrawArrow(position, position + Vector3.up);
     }
 }
Ejemplo n.º 2
0
 private void OnDrawGizmosSelected()
 {
     GizmosEx.DrawWireArc(this.transform.position - this.Offset, 0.3f);
 }