Event CompletedTypeless
Completion event for non-typed callback handlers. If this is assigned on a completed operation, the callback is deferred until the LateUpdate of the current frame.
Namespace: UnityEngine.ResourceManagement.AsyncOperations
Syntax
public event Action<AsyncOperationHandle> CompletedTypeless
Returns
Type | Description |
---|---|
Action<AsyncOperationHandle> |