UniTask
Show / Hide Table of Contents

AsyncFixedUpdateTrigger Class

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

Members

Constructors

Name Description
AsyncFixedUpdateTrigger()

Methods

Name Description
FixedUpdateAsync()
FixedUpdateAsync(CancellationToken)
GetFixedUpdateAsyncHandler()
GetFixedUpdateAsyncHandler(CancellationToken)

Constructors

AsyncFixedUpdateTrigger()

public AsyncFixedUpdateTrigger()

Methods

FixedUpdateAsync()

public UniTask FixedUpdateAsync()
Returns
UniTask

FixedUpdateAsync(CancellationToken)

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

GetFixedUpdateAsyncHandler()

public IAsyncFixedUpdateHandler GetFixedUpdateAsyncHandler()
Returns
IAsyncFixedUpdateHandler

GetFixedUpdateAsyncHandler(CancellationToken)

public IAsyncFixedUpdateHandler GetFixedUpdateAsyncHandler(CancellationToken cancellationToken)
Parameters
cancellationToken CancellationToken
Returns
IAsyncFixedUpdateHandler

Implements

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