AnimancerComponent.

Evaluate(float) Method

Summary

Advances time by the specified value (in seconds) and immediately applies the current states of all animations to the animated objects.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerComponent

Syntax

public void Evaluate(float deltaTime)

Parameters

Name Type Description
deltaTime float

Return Value

Type Description
void