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

SerializableEventSequenceDrawer.

DoCallbackGUI(Rect, SerializableEventSequenceDrawer.Context, int, bool, string) Method

Summary

Draws the GUI fields for the event at the specified `index`.

Syntax

public static void DoCallbackGUI(ref Rect area, SerializableEventSequenceDrawer.Context context, int index, bool autoSort, string callbackLabel)

Parameters

Name Type Description
area Rect
context SerializableEventSequenceDrawer.Context
index int
autoSort bool
callbackLabel string

Return Value

Type Description
void