Property OperationHandle
OperationHandle
The AsyncOperationHandle currently being used by the AssetReference. For example, if you call AssetReference.LoadAssetAsync, this property will return a handle to that operation.
Declaration
public AsyncOperationHandle OperationHandle { get; }
Property Value
Type | Description |
---|---|
AsyncOperationHandle |