UniTask
Show / Hide Table of Contents

AsyncLateUpdateTrigger Class

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

Members

Constructors

Name Description
AsyncLateUpdateTrigger()

Methods

Name Description
GetLateUpdateAsyncHandler()
GetLateUpdateAsyncHandler(CancellationToken)
LateUpdateAsync()
LateUpdateAsync(CancellationToken)

Constructors

AsyncLateUpdateTrigger()

public AsyncLateUpdateTrigger()

Methods

GetLateUpdateAsyncHandler()

public IAsyncLateUpdateHandler GetLateUpdateAsyncHandler()
Returns
IAsyncLateUpdateHandler

GetLateUpdateAsyncHandler(CancellationToken)

public IAsyncLateUpdateHandler GetLateUpdateAsyncHandler(CancellationToken cancellationToken)
Parameters
cancellationToken CancellationToken
Returns
IAsyncLateUpdateHandler

LateUpdateAsync()

public UniTask LateUpdateAsync()
Returns
UniTask

LateUpdateAsync(CancellationToken)

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

Implements

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