TransitionLibraryWindowPage Class

Summary

[Editor-Only] Manages the selection of pages in the Animancer.Editor.TransitionLibraries.TransitionLibraryWindow.
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
SerializableAttribute

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.
OnGUI(Rect) void
Draws the GUI of this page.