C# Class UCore, uquadtree

Mostrar archivo Open project: mc-gulu/uquadtree Class Usage Examples

Public Methods

Method Description
Assert ( bool expr ) : void
DrawRect ( Rect r, float y, Color c, float padding = 0.0f ) : void

Method Details

Assert() public static method

public static Assert ( bool expr ) : void
expr bool
return void

DrawRect() public static method

public static DrawRect ( Rect r, float y, Color c, float padding = 0.0f ) : void
r Rect
y float
c Color
padding float
return void