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