Click or drag to resize

OSDumpResourcesToFile Method

Dumps all used resources to file (only works in debug).

Entry format per line: "Resource Type : Resource Location".

At the end of the file is a statistic of all used Resource Types.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void DumpResourcesToFile(
	string file
)

Parameters

file
Type: SystemString

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

See Also