EventSequenceDrawer.

Draw(Rect, AnimancerEvent.Sequence, GUIContent) Method

Summary

Draws the GUI for the `events`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
EventSequenceDrawer

Syntax

public void Draw(ref Rect area, AnimancerEvent.Sequence events, GUIContent label)

Parameters

Name Type Description
area Rect
events AnimancerEvent.Sequence
label GUIContent

Return Value

Type Description
void