Click or drag to resize

OSPrintResourcesByType Method

Shows the number of resources loaded by the game of the given types.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void PrintResourcesByType(
	string[] types
)

Parameters

types
Type: SystemString

[Missing <param name="types"/> documentation for "M:Godot.OS.PrintResourcesByType(System.String[])"]

See Also