ITransitionGUI Interface

Summary

[Editor-Only] An object that can draw custom GUI elements relating to transitions.
Assembly
Animancer.dll
Namespace
Animancer.Editor
graph BT Type["ITransitionGUI"] class Type type-node

Syntax

public interface ITransitionGUI

Methods

Name Value Summary
OnPreviewSceneGUI(TransitionPreviewDetails) void
Called while drawing the GUI for the Animancer.Editor.TransitionPreviewWindow scene.
OnTimelineBackgroundGUI() void
Called while drawing the background GUI for the Animancer.Editor.TimelineGUI for the Animancer.IHasEvents.Events.
OnTimelineForegroundGUI() void
Called while drawing the foreground GUI for the Animancer.Editor.TimelineGUI for the Animancer.IHasEvents.Events.