Method GetObjectLoadingStatus
GetObjectLoadingStatus(in UntypedWeakReferenceId)
Get the cached object status value. This method is thread safe and can be burst compiled. The cached value is only update once per frame.
Declaration
[BurstCompile]
public static ObjectLoadingStatus GetObjectLoadingStatus(in UntypedWeakReferenceId objectId)
Parameters
| Type | Name | Description |
|---|---|---|
| UntypedWeakReferenceId | objectId | The object id. |
Returns
| Type | Description |
|---|---|
| ObjectLoadingStatus | The loading status of the object. |