UniTask
Show / Hide Table of Contents

AsyncMouseExitTrigger Class

Namespace: Cysharp.Threading.Tasks.Triggers
Assembly: UniTask.dll
public sealed class AsyncMouseExitTrigger : AsyncTriggerBase<AsyncUnit>, IUniTaskAsyncEnumerable<AsyncUnit>
Inheritance
object → AsyncTriggerBase<AsyncUnit> → AsyncMouseExitTrigger
Implements
IUniTaskAsyncEnumerable<AsyncUnit>

Members

Constructors

Name Description
AsyncMouseExitTrigger()

Methods

Name Description
GetOnMouseExitAsyncHandler()
GetOnMouseExitAsyncHandler(CancellationToken)
OnMouseExitAsync()
OnMouseExitAsync(CancellationToken)

Constructors

AsyncMouseExitTrigger()

public AsyncMouseExitTrigger()

Methods

GetOnMouseExitAsyncHandler()

public IAsyncOnMouseExitHandler GetOnMouseExitAsyncHandler()
Returns
IAsyncOnMouseExitHandler

GetOnMouseExitAsyncHandler(CancellationToken)

public IAsyncOnMouseExitHandler GetOnMouseExitAsyncHandler(CancellationToken cancellationToken)
Parameters
cancellationToken CancellationToken
Returns
IAsyncOnMouseExitHandler

OnMouseExitAsync()

public UniTask OnMouseExitAsync()
Returns
UniTask

OnMouseExitAsync(CancellationToken)

public UniTask OnMouseExitAsync(CancellationToken cancellationToken)
Parameters
cancellationToken CancellationToken
Returns
UniTask

Implements

IUniTaskAsyncEnumerable<T>
Back to top Copyright © Cysharp, Inc. | Generated by DocFX