Click or drag to resize

ResourceLoaderSetAbortOnMissingResources Method

Changes the behavior on missing sub-resources. The default behavior is to abort loading.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetAbortOnMissingResources(
	bool abort
)

Parameters

abort
Type: SystemBoolean

[Missing <param name="abort"/> documentation for "M:Godot.ResourceLoader.SetAbortOnMissingResources(System.Boolean)"]

See Also