예제 #1
0
 /// <summary>
 /// Draws active color background at <paramref name="rect"/>.
 /// </summary>
 /// <param name="rect"></param>
 protected virtual void DrawDifferentBackgroundColor(Rect rect)
 {
     BackgroundUtility.DrawElementBackgroundColorDifferent(rect);
 }
예제 #2
0
 /// <summary>
 /// Draws active color background at <paramref name="rect"/>.
 /// </summary>
 /// <param name="rect"></param>
 protected virtual void DrawActiveColor(Rect rect)
 {
     BackgroundUtility.DrawElementBackgroundColorActive(rect);
 }