AnimancerState.

Await(float, CancellationToken) Method

Summary

Returns an awaitable that will complete when the specified time passed or Animancer.AnimancerNode.IsInterrupted.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerState

Syntax

public AnimancerState.Awaiter Await(float normalizedTime, CancellationToken cancel = null)

Parameters

Name Type Description
normalizedTime float
cancel CancellationToken

Return Value

Type Description
AnimancerState.Awaiter