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

Syntax

[Serializable]
public class TransitionLibraryModifiersPage : 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.