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 |
float |
Calculates the number of vertical pixels required to draw the contents of the `events`.
|
CalculateLineCount |
int |
Calculates the number of lines required to draw the contents of the `events`.
|
DoGUI |
void |
Draws the GUI for the `events`.
|
DoGUI |
void |
Draws the GUI for the `events`.
|
Get |
EventSequenceDrawer |
Returns a cached
Animancer.Editor.EventSequenceDrawer for the `events`.static
|