Summary
[Editor-Only]
A
Animancer.Editor.TransitionLibraries.TransitionLibraryWindowPage for editing
Animancer.TransitionLibraries.TransitionModifierDefinition.FadeDuration.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .TransitionLibraries - Interfaces
-
- IComparable
<Transition Library >Window Page
- IComparable
- Base Types
graph BT
Type-->Base0["TransitionLibraryModifiersPage"]
click Base0 "/animancer/api/Animancer.Editor.TransitionLibraries/TransitionLibraryModifiersPage"
Base0-->Base1["TransitionLibraryWindowPage"]
click Base1 "/animancer/api/Animancer.Editor.TransitionLibraries/TransitionLibraryWindowPage"
Base1-->Base2["Object"]
Type-.->Interface0["IComparable<TransitionLibraryWindowPage>"]
Type["TransitionLibraryFadeDurationsPage"]
class Type type-node
Syntax
[Serializable]
public class TransitionLibraryFadeDurationsPage : TransitionLibraryModifiersPage,
IComparable<TransitionLibraryWindowPage>
Attributes
| Type | Description |
|---|---|
| Serializable |
Constructors
| Name | Summary |
|---|---|
| Transition |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| TimeDrawer |
The drawer used for time fields on this page.
Inherited from Transition
|
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.
Inherited from Transition
|
Methods
| Name | Value | Summary |
|---|---|---|
| CompareTo |
int |
Compares the
Animancer.Editor.TransitionLibraries.TransitionLibraryWindowPage.Index.Inherited from Transition
|
| Configure |
void |
Configures this page to display a single field or not.
Inherited from Transition
|
| GetValue |
float |
Gets the value controlled by this page.
|
| GetValue |
float |
Gets the value controlled by this page.
|
| OnGUI |
void |
Draws the GUI of this page.
Inherited from Transition
|
| SetValue |
void |
Sets the value controlled by this page.
|