TransitionLibraryModifiersPage Class

Summary

[Editor-Only] A Animancer.Editor.TransitionLibraries.TransitionLibraryWindowPage for editing transition modifiers.
graph BT Type-->Base0["TransitionLibraryWindowPage"] click Base0 "/animancer/api/Animancer.Editor.TransitionLibraries/TransitionLibraryWindowPage" Base0-->Base1["Object"] Type-.->Interface0["IComparable<TransitionLibraryWindowPage>"] Type["TransitionLibraryModifiersPage"] class Type type-node Derived0["TransitionLibraryFadeDurationsPage"]-->Type click Derived0 "/animancer/api/Animancer.Editor.TransitionLibraries/TransitionLibraryFadeDurationsPage" Derived1["TransitionLibraryStartTimesPage"]-->Type click Derived1 "/animancer/api/Animancer.Editor.TransitionLibraries/TransitionLibraryStartTimesPage"

Syntax

[Serializable]
public abstract class TransitionLibraryModifiersPage : TransitionLibraryWindowPage, 
    IComparable<TransitionLibraryWindowPage>

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
TransitionLibraryModifiersPage(AnimationTimeAttribute.Units) Creates a new Animancer.Editor.TransitionLibraries.TransitionLibraryModifiersPage.

Fields

Name Constant Value Summary
TimeDrawer
The drawer used for time fields on this page.

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 TransitionLibraryWindow
The window containing this page.

Methods

Name Value Summary
CompareTo(TransitionLibraryWindowPage) int
Compares the Animancer.Editor.TransitionLibraries.TransitionLibraryWindowPage.Index.
ConfigureForSingleField(bool, float) void
Configures this page to display a single field or not.
GetValue(ITransition) float
Gets the value controlled by this page.
GetValue(TransitionModifierDefinition) float
Gets the value controlled by this page.
OnGUI(Rect) void
Draws the GUI of this page.
SetValue(TransitionModifierDefinition, float) void
Sets the value controlled by this page.