AsyncUnityEventHandler<T> Class
Assembly: UniTask.dll
public class AsyncUnityEventHandler<T> : IUniTaskSource<T>, IUniTaskSource, IValueTaskSource, IValueTaskSource<T>, IAsyncValueChangedEventHandler<T>, IAsyncEndEditEventHandler<T>, IAsyncEndTextSelectionEventHandler<T>, IAsyncTextSelectionEventHandler<T>, IAsyncDeselectEventHandler<T>, IAsyncSelectEventHandler<T>, IAsyncSubmitEventHandler<T>, IDisposable
Inheritance
object →
AsyncUnityEventHandler<T>
Members
Constructors
Methods
Constructors
AsyncUnityEventHandler(UnityEvent<T>, CancellationToken, bool)
public AsyncUnityEventHandler(UnityEvent<T> unityEvent, CancellationToken cancellationToken, bool callOnce)
Methods
OnInvokeAsync()
public UniTask<T> OnInvokeAsync()
Implements
Extension Methods