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

SerializableEventSequenceDrawer.

AddEvent(SerializableEventSequenceDrawer.Context, float) Method

Summary

Adds an event to the sequence represented by the given `context`.

Syntax

public static void AddEvent(SerializableEventSequenceDrawer.Context context, float normalizedTime)

Parameters

Name Type Description
context SerializableEventSequenceDrawer.Context
normalizedTime float

Return Value

Type Description
void