EventSequenceDrawer Class

Summary

[Editor-Only] Draws the Inspector GUI for a Animancer.AnimancerEvent.Sequence.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["EventSequenceDrawer"] class Type type-node

Syntax

public class EventSequenceDrawer

Properties

Name Value Summary
IsExpanded bool
Should the target's default be shown?

Methods

Name Value Summary
CalculateHeight(AnimancerEvent.Sequence) float
Calculates the number of vertical pixels required to draw the contents of the `events`.
CalculateLineCount(AnimancerEvent.Sequence) int
Calculates the number of lines required to draw the contents of the `events`.
DoGUI(Rect, AnimancerEvent.Sequence, GUIContent) void
Draws the GUI for the `events`.
DoGUI(Rect, AnimancerEvent.Sequence, GUIContent, GUIContent) void
Draws the GUI for the `events`.
Get(AnimancerEvent.Sequence) EventSequenceDrawer
Returns a cached Animancer.Editor.EventSequenceDrawer for the `events`.
static