AsyncUpdateTrigger Class
Assembly: cs.temp.dll.dll
public sealed class AsyncUpdateTrigger : AsyncTriggerBase<AsyncUnit>, IUniTaskAsyncEnumerable<AsyncUnit>
Members
Methods
Methods
GetUpdateAsyncHandler()
public IAsyncUpdateHandler GetUpdateAsyncHandler()
GetUpdateAsyncHandler(CancellationToken)
public IAsyncUpdateHandler GetUpdateAsyncHandler(CancellationToken cancellationToken)
Parameters
cancellationToken
System.Threading.CancellationToken
UpdateAsync()
public UniTask UpdateAsync()
UpdateAsync(CancellationToken)
public UniTask UpdateAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
System.Threading.CancellationToken
Implements