TransitionLibrary.

SetNormalizedStartTime(Object, ITransition, float) Method

Summary

[Pro-Only] Sets the Animancer.ITransition.NormalizedStartTime to use when transitioning from `from` to `to`.

Syntax

public void SetNormalizedStartTime(Object from, ITransition to, float normalizedStartTime)

Parameters

Name Type Description
from Object
to ITransition
normalizedStartTime float

Return Value

Type Description
void