AnimancerPlayableDrawer Class

Summary

[Editor-Only] Draws the Inspector GUI for an Animancer.IAnimancerComponent.Playable.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AnimancerPlayableDrawer"] class Type type-node

Syntax

public class AnimancerPlayableDrawer

Methods

Name Value Summary
AddDisplayOptions(GenericMenu) void
Adds functions to the menu for each of the Display Options.
static
AddPlayableGraphVisualizerFunction(GenericMenu, string, PlayableGraph) void
Adds a menu function to open the Playable Graph Visualiser if it exists in the project.
static
AddRootFunctions(GenericMenu, AnimancerPlayable) void
Adds functions for controlling the `playable`.
static
DoGUI(IAnimancerComponent) void
Draws the GUI of the Animancer.IAnimancerComponent.Playable.
DoGUI(IAnimancerComponent[]) void
Draws the GUI of the Animancer.IAnimancerComponent.Playable if there is only one target.