AsyncFixedUpdateTrigger Class
Assembly: UniTask.dll
public sealed class AsyncFixedUpdateTrigger : AsyncTriggerBase<AsyncUnit>, IUniTaskAsyncEnumerable<AsyncUnit>
Members
Constructors
Methods
Constructors
AsyncFixedUpdateTrigger()
public AsyncFixedUpdateTrigger()
Methods
FixedUpdateAsync()
public UniTask FixedUpdateAsync()
FixedUpdateAsync(CancellationToken)
public UniTask FixedUpdateAsync(CancellationToken cancellationToken)
GetFixedUpdateAsyncHandler()
public IAsyncFixedUpdateHandler GetFixedUpdateAsyncHandler()
GetFixedUpdateAsyncHandler(CancellationToken)
public IAsyncFixedUpdateHandler GetFixedUpdateAsyncHandler(CancellationToken cancellationToken)
Implements