C# Class Mini.Utils, ES2015C

Afficher le fichier Open project: jgirald/ES2015C

Méthodes publiques

Méthode Description
DrawScreenRect ( Rect rect, Color color ) : void
DrawScreenRectBorder ( Rect rect, float thickness, Color color ) : void

Method Details

DrawScreenRect() public static méthode

public static DrawScreenRect ( Rect rect, Color color ) : void
rect Rect
color Color
Résultat void

DrawScreenRectBorder() public static méthode

public static DrawScreenRectBorder ( Rect rect, float thickness, Color color ) : void
rect Rect
thickness float
color Color
Résultat void