Method | Description | |
---|---|---|
GetRandom ( ) : double | ||
GetRandomF ( ) : float | ||
LoadTextFromFile ( string Path ) : string | ||
MakeTextBitmap ( string String, |
||
ProcessOGLErrors ( bool Process = false ) : void | ||
RectanglePointIntersection ( Rectangle Rect, System.Vector2 Point ) : bool | ||
StartTimer ( ) : void | ||
StopTimer ( ) : double |
public static LoadTextFromFile ( string Path ) : string | ||
Path | string | |
return | string |
public static MakeTextBitmap ( string String, |
||
String | string | |
Font | ||
Brush | ||
return |
public static ProcessOGLErrors ( bool Process = false ) : void | ||
Process | bool | |
return | void |
public static RectanglePointIntersection ( Rectangle Rect, System.Vector2 Point ) : bool | ||
Rect | Rectangle | |
Point | System.Vector2 | |
return | bool |