ClipTransitionSequence.

AddEvent(float, bool, Action) Method

Summary

Adds an event at the specified time relative to the entire sequence.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ClipTransitionSequence

Syntax

public void AddEvent(float time, bool normalized, Action callback)

Parameters

Name Type Description
time float
normalized bool
callback Action

Return Value

Type Description
void