Click or drag to resize

OSPrintAllResources Method

Shows all resources in the game. Optionally, the list can be written to a file by specifying a file path in tofile.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void PrintAllResources(
	string tofile = ""
)

Parameters

tofile (Optional)
Type: SystemString

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

See Also