Example #1
0
 private void OnDrawGizmosSelected()
 {
     if (gizmos && behaviour)
     {
         behaviour.OnDrawGizmosSelected();
     }
 }