Click or drag to resize

OSGetDynamicMemoryUsage Method

Returns the total amount of dynamic memory used (only works in debug).

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

Return Value

Type: UInt64

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

See Also