Determines if the referenced resource loaded.
Returns the referenced resource.
If the resource hasn't been loaded it will be loaded in a blocking call, as if calling Resources.load using default settings.
Returns the loading progress of a resource that's being asynchronously loaded.
OptionalincludeDependencies: booleanIf false the progress will reflect the load progress only for this individual resource. If true the progress will reflect load progress of this resource and all of its dependencies.
Load progress in range [0...1].
Casts the resource handle to a resource handle that holds the specified type.
Resource handle of the specified type or null.
Provides a handle to a Resource. The underlying resource may be unloaded at any time, while the handle data remains valid. This means that the resource can be loaded into memory at a later time, and the
valueof the handle would automatically become available.Note
The ResourceHandle type is not directly constructible. Instead, use Resources.get to get or create a resource handle for a specific UUID.