Exemple #1
0
 private void OnDrawGizmos()
 {
     if (Application.isPlaying)
     {
         DebugDrawer.DrawBounds(m_ViewBounds, Color.yellow);
         DebugDrawer.DrawBounds(m_ContentBounds, Color.red);
     }
 }