Property CurrentLoadingOperation
CurrentLoadingOperation
The current loading operation for the asset when using AssetChanged. This is null if a loading operation is not available.
Declaration
[Obsolete("CurrentLoadingOperation is deprecated, use CurrentLoadingOperationHandle instead.", true)]
public AsyncOperationHandle<TObject>? CurrentLoadingOperation { get; }
Property Value
Type | Description |
---|---|
AsyncOperationHandle<TObject>? |