ResourceInteractiveLoaderPoll Method |
Polls the loading operation, i.e. loads a data chunk up to the next stage.
Returns if the poll is successful but the load operation has not finished yet (intermediate stage). This means Poll will have to be called again until the last stage is completed.
Returns if the load operation has completed successfully. The loaded resource can be obtained by calling GetResource.
Returns another Error code if the poll has failed.
Namespace: Godot
public Error Poll()
[Missing <returns> documentation for "M:Godot.ResourceInteractiveLoader.Poll"]