This is the old Animancer v7.4 documentation. Click here for the latest version.

SerializableEventSequenceDrawer.

SyncEventTimeChange(SerializableEventSequenceDrawer.Context, int, float) Method

Summary

Updates the Animancer.AnimancerEvent.Sequence.Serializable.Events to accomodate a changed event time.

Syntax

public static void SyncEventTimeChange(SerializableEventSequenceDrawer.Context context, int index, float normalizedTime)

Parameters

Name Type Description
context SerializableEventSequenceDrawer.Context
index int
normalizedTime float

Return Value

Type Description
void