AsyncPreCullTrigger Class
Assembly: UniTask.dll
public sealed class AsyncPreCullTrigger : AsyncTriggerBase<AsyncUnit>, IUniTaskAsyncEnumerable<AsyncUnit>
Members
Constructors
Methods
Constructors
AsyncPreCullTrigger()
public AsyncPreCullTrigger()
Methods
GetOnPreCullAsyncHandler()
public IAsyncOnPreCullHandler GetOnPreCullAsyncHandler()
GetOnPreCullAsyncHandler(CancellationToken)
public IAsyncOnPreCullHandler GetOnPreCullAsyncHandler(CancellationToken cancellationToken)
OnPreCullAsync()
public UniTask OnPreCullAsync()
OnPreCullAsync(CancellationToken)
public UniTask OnPreCullAsync(CancellationToken cancellationToken)
Implements