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 |
---|---|---|
DrawPreview |
void | |
GetInfoString |
string | |
GetPreviewTitle |
GUIContent | |
HasPreviewGUI |
bool | |
OnDestroy |
void | |
OnInspectorGUI |
void |
Draws the regular Inspector then adds a better preview for
UnityEngine.Sprite animations. |
On |
void | |
OnPreviewGUI |
void | |
OnPreviewSettings |
void | |
Reload |
void | |
RenderStaticPreview |
Texture2D | |
Requires |
bool | |
UseDefaultMargins |
bool |