Summary
[Editor-Only] A custom Inspector for
Animancer.SoloAnimation
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["SoloAnimationEditor"]
class Type type-node
Syntax
[UnityEditor.CustomEditor(typeof(SoloAnimation), true), UnityEditor.CanEditMultipleObjects]
public class SoloAnimationEditor : Editor
Attributes
Type | Description |
---|---|
CustomEditor | |
Can |
Properties
Name | Value | Summary |
---|---|---|
Target | SoloAnimation |
The
UnityEditor.Editor.target . |
Targets | Object[] |
The
UnityEditor.Editor.targets . |
Methods
Name | Value | Summary |
---|---|---|
OnDisable |
void |
Cleans up cached references relating to the target's
UnityEngine.Animator . |
OnEnable |
void |
Initializes the targets.
|
OnInspectorGUI |
void |