Summary
[Editor-Only]
An
UnityEditor.EditorWindow for configuring Animancer.TransitionLibraries.TransitionLibraryAsset.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .TransitionLibraries - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TransitionLibraryWindowHighlighter"]
class Type type-node
Syntax
public class TransitionLibraryWindowHighlighter
Properties
| Name | Value | Summary |
|---|---|---|
| DidHoverHighlight | bool |
The the hover highlight currently visible.
|
| EventType | EventType |
The current
UnityEngine.Event.type. |
| IsMouseOver | bool |
The the mouse currently over the highlighter area.
|
Methods
| Name | Value | Summary |
|---|---|---|
| BeginGUI |
void |
Gathers the details of the
UnityEngine.Event.current. |
| DrawHighlightGUI |
void |
Draws highlights for the `area`.
|
| EndGUI |
void |
Repaints the `window` if necessary.
|