TimeSynchronizer<T>.

StoreTime(AnimancerState, double) Method

Summary

Sets the Animancer.TimeSynchronizer`1.State and Animancer.TimeSynchronizer`1.NormalizedTime.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
TimeSynchronizer<T>

Syntax

public void StoreTime(AnimancerState state, double normalizedTime)

Parameters

Name Type Description
state AnimancerState
normalizedTime double

Return Value

Type Description
void