AsyncMouseUpAsButtonTrigger Class
Assembly: UniTask.dll
public sealed class AsyncMouseUpAsButtonTrigger : AsyncTriggerBase<AsyncUnit>, IUniTaskAsyncEnumerable<AsyncUnit>
Members
Constructors
Methods
Constructors
public AsyncMouseUpAsButtonTrigger()
Methods
public IAsyncOnMouseUpAsButtonHandler GetOnMouseUpAsButtonAsyncHandler()
public IAsyncOnMouseUpAsButtonHandler GetOnMouseUpAsButtonAsyncHandler(CancellationToken cancellationToken)
public UniTask OnMouseUpAsButtonAsync()
public UniTask OnMouseUpAsButtonAsync(CancellationToken cancellationToken)
Implements
Extension Methods