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