Skip to main content
Version: 1.0.0-preview.36

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 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 the loaded fonts.

public static string GetLoadedFonts();

Returns

System.String
The string result of all the loaded fonts.

GetLoadedTextures()

Returns all the loaded textures.

public static string GetLoadedTextures();

Returns

System.String
The string result of all the loaded textures.