AsyncMouseExitTrigger Class
Assembly: UniTask.dll
public sealed class AsyncMouseExitTrigger : AsyncTriggerBase<AsyncUnit>, IUniTaskAsyncEnumerable<AsyncUnit>
Members
Constructors
Methods
Constructors
AsyncMouseExitTrigger()
public AsyncMouseExitTrigger()
Methods
GetOnMouseExitAsyncHandler()
public IAsyncOnMouseExitHandler GetOnMouseExitAsyncHandler()
GetOnMouseExitAsyncHandler(CancellationToken)
public IAsyncOnMouseExitHandler GetOnMouseExitAsyncHandler(CancellationToken cancellationToken)
OnMouseExitAsync()
public UniTask OnMouseExitAsync()
OnMouseExitAsync(CancellationToken)
public UniTask OnMouseExitAsync(CancellationToken cancellationToken)
Implements