FadeGroupDrawer Class

Summary

[Editor-Only] A custom GUI for Animancer.FadeGroup.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Interfaces
Base Types
graph BT Type-->Base0["CustomGUI<FadeGroup>"] Base0-->Base1["Object"] Type-.->Interface0["ICustomGUI"] click Interface0 "/animancer/api/Animancer.Editor/ICustomGUI" Type["FadeGroupDrawer"] class Type type-node

Syntax

[CustomGUI(typeof(FadeGroup))]
public class FadeGroupDrawer : CustomGUI<FadeGroup>, ICustomGUI

Attributes

Type Description
CustomGUIAttribute [Editor-Only] Attribute for classes which implement Animancer.Editor.CustomGUI`1 to specify the type of objects they apply to.

Properties

Name Value Summary
TargetName string
The display name of the target.

Methods

Name Value Summary
DoDetailsGUI() void
Draws the GUI for the target's fields.
DoGUI() void
Draws the GUI for the Animancer.Editor.ICustomGUI.Value.
InitializeDisplayCurve(AnimationCurve) void
Initializes the `curve` to represent the target's fade values over normalized time.