Example #1
0
 void DrawOneWayDetectZone()
 {
     if (enableOneWayPlatforms.boolValue)
     {
         EditorExtensions.DrawDetectZone(source.transform, oneWayDetectZone);
     }
 }