Summary
[Editor-Only] Handles events from an
Animancer.Editor.Previews.AnimancerPreviewObject.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .Previews - Implementing Types
graph BT
Type["AnimancerPreviewObject.IEventHandler"]
class Type type-node
Implementing0["AnimancerPreviewRenderer"]-.->Type
click Implementing0 "/animancer/api/Animancer.Editor.Previews/AnimancerPreviewRenderer"
Implementing1["TransitionPreviewWindow.Scene"]-.->Type
click Implementing1 "/animancer/api/Animancer.Editor.Previews/Scene"
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. |
| On |
void |
Called after the
Animancer.Editor.Previews.AnimancerPreviewObject.SelectedInstanceAnimator is changed. |