EventSequenceDrawer.

Draw(Rect, string, AnimancerEvent) Method

Summary

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

Syntax

public static void Draw(ref Rect area, string name, AnimancerEvent animancerEvent)

Parameters

Name Type Description
area Rect
name string
animancerEvent AnimancerEvent

Return Value

Type Description
void