Click or drag to resize

ResourceInteractiveLoaderWait Method

Polls the loading operation successively until the resource is completely loaded or a Poll fails.

Returns if the load operation has completed successfully. The loaded resource can be obtained by calling GetResource.

Returns another Error code if a poll has failed, aborting the operation.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Wait()

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.ResourceInteractiveLoader.Wait"]

See Also