Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
loaded
The resource was loaded successfully and can be accessed via loadThreadedGet(path:)
.
case loaded
Other cases
case invalidResource
The resource is invalid, or has not been loaded with
loadThreadedRequest(path:typeHint:useSubThreads:cacheMode:)
.case inProgress
The resource is still being loaded.
case failed
Some error occurred during loading and it failed.