Пример #1
0
 public void OnDrawGizmos()
 {
     EditorExtensions.DrawArrow(transform.position, transform.position + _nodeControl, Color.green, 1);
 }