Click or drag to resize

OSGetStaticMemoryUsage Method

Returns the amount of static memory being used by the program in bytes.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static ulong GetStaticMemoryUsage()

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Godot.OS.GetStaticMemoryUsage"]

See Also