Click or drag to resize

ResourceInteractiveLoaderGetStageCount Method

Returns the total amount of stages (calls to Poll) needed to completely load this resource.

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

Return Value

Type: Int32

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

See Also