AnimancerState.Awaiter.

AnimancerState.

OnCompleted(Action) Method

Summary

Sets the callback to invoke when the Animancer.AnimancerState.IsApproachingTime(System.Single) returns false.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerState.Awaiter

Syntax

public void OnCompleted(Action continuation)

Parameters

Name Type Description
continuation Action

Return Value

Type Description
void