Velaptor.AppStats
Velaptor
Velaptor
AppStats Class
Records and retrieves information about the running application.
public static class AppStats
Inheritance System.Object → AppStats
Methods
GetFontGlyphRenderingData()
Gets all of the rendered textures for the last two frames in string
format.
public static string GetFontGlyphRenderingData();
Returns
System.String
The recorded frame information.
GetLoadedFonts()
Returns all of the loaded fonts.
public static string GetLoadedFonts();
Returns
System.String
The string result of all the loaded fonts.
GetLoadedTextures()
Returns all of the loaded textures.
public static string GetLoadedTextures();
Returns
System.String
The string result of all the loaded textures.