AnimancerPlayable.

Evaluate(float) Method

Summary

Advances all currently playing animations by the specified amount of time (in seconds) and evaluates the graph to apply their states to the animated objects.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable

Syntax

public void Evaluate(float deltaTime)

Parameters

Name Type Description
deltaTime float

Return Value

Type Description
void