Example #1
0
 public static void DrawBoundingRect(BoundingRect rect, Graphics graphics, Color color)
 {
     rect.Draw(graphics, color);
 }
Example #2
0
 public virtual void DrawTextures(Rage.Graphics g)
 {
 }
Example #3
0
 public static void DrawBoundingBox(BoundingBox box, Graphics graphics, Color color)
 {
     box.Draw(graphics, color);
 }