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