Summary
[Editor-Only] [Pro-Only] A custom Inspector for
UnityEngine.AnimationClip
s- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["AnimationClipEditor"]
class Type type-node
Syntax
[CustomEditor(typeof(AnimationClip))]
public class AnimationClipEditor : Editor
Attributes
Type | Description |
---|---|
CustomEditor |
Methods
Name | Value | Summary |
---|---|---|
OnDestroy |
void | |
OnInspectorGUI |
void |
Draws the regular Inspector then adds a better preview for
UnityEngine.Sprite animations. |