AnimancerPreviewObject.

AnimancerPreviewObject.IEventHandler Interface

Summary

[Editor-Only] Handles events from an Animancer.Editor.Previews.AnimancerPreviewObject.
graph BT Type["AnimancerPreviewObject.IEventHandler"] class Type type-node Implementing0["TransitionPreviewWindow.Scene"]-.->Type click Implementing0 "/animancer/api/Animancer.Editor.Previews/Scene" Implementing1["AnimancerPreviewRenderer"]-.->Type click Implementing1 "/animancer/api/Animancer.Editor.Previews/AnimancerPreviewRenderer"

Syntax

public interface AnimancerPreviewObject.IEventHandler

Methods

Name Value Summary
OnCreateGraph() void
Called after the Animancer.Editor.Previews.AnimancerPreviewObject.Graph is initialized.
OnInstantiateObject() void
Called after the Animancer.Editor.Previews.AnimancerPreviewObject.InstanceObject is instantiated.
OnSetSelectedAnimator() void
Called after the Animancer.Editor.Previews.AnimancerPreviewObject.SelectedInstanceAnimator is changed.