Summary
[Editor-Only]
Manages the selection of pages in the
Animancer.Editor.TransitionLibraries.TransitionLibraryWindow
.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .TransitionLibraries - Interfaces
-
- IComparable
<Transition Library >Window Page
- IComparable
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IComparable<TransitionLibraryWindowPage>"]
Type["TransitionLibraryWindowPage"]
class Type type-node
Derived0["TransitionLibraryAliasesPage"]-->Type
click Derived0 "/animancer/api/Animancer.Editor.TransitionLibraries/TransitionLibraryAliasesPage"
Derived1["TransitionLibraryModifiersPage"]-->Type
click Derived1 "/animancer/api/Animancer.Editor.TransitionLibraries/TransitionLibraryModifiersPage"
Syntax
[Serializable]
public abstract class TransitionLibraryWindowPage : IComparable<TransitionLibraryWindowPage>
Attributes
Type | Description |
---|---|
Serializable |
Properties
Name | Value | Summary |
---|---|---|
DisplayName | string |
The name of this page.
|
HelpTooltip | string |
The text to use for the tooltip on the help button while this page is visible.
|
Index | int |
The sorting index of this page.
|
Window | Transition |
The window containing this page.
|
Methods
Name | Value | Summary |
---|---|---|
CompareTo |
int |
Compares the
Animancer.Editor.TransitionLibraries.TransitionLibraryWindowPage.Index . |
OnGUI |
void |
Draws the GUI of this page.
|