SoloAnimationEditor Class

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)), UnityEditor.CanEditMultipleObjects]
public class SoloAnimationEditor : Editor

Attributes

Type Description
CustomEditor
CanEditMultipleObjects

Methods

Name Value Summary
OnDisable() void
Cleans up cached references relating to the target's UnityEngine.Animator.
OnInspectorGUI() void