AssetDatabaseLoadOperation
This operation allows you to track the progress and access the result of an asynchronus AssetDatabase load operation.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
- Inherits from: AsyncOperation
public class AssetDatabaseLoadOperation : AsyncOperation
Properties
Property | Description |
|---|---|
| LoadedObject | The resulting Object of the asynchronus load operation. This will be null on failure. |