TimeSynchronizer<T>.

SyncTime(AnimancerState, T, float) Method

Summary

Applies the Animancer.TimeSynchronizer`1.NormalizedTime to the `state` and returns true if the `group` matches the Animancer.TimeSynchronizer`1.CurrentGroup.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
TimeSynchronizer<T>

Syntax

public bool SyncTime(AnimancerState state, T group, float deltaTime)

Remarks

If the `state` is the same one the time was stored from, this method does nothing and returns false.

Parameters

Name Type Description
state AnimancerState
group T
deltaTime float

Return Value

Type Description
bool