NamedAnimancerComponentEditor Class

Summary

[Editor-Only] A custom Inspector for Animancer.NamedAnimancerComponents.
NamedAnimancerComponentEditor
Editor

Syntax

[CustomEditor(typeof(NamedAnimancerComponent), true), CanEditMultipleObjects]
public class NamedAnimancerComponentEditor : AnimancerComponentEditor

Attributes

Type Description
CustomEditor
CanEditMultipleObjects

Properties

Name Value Summary
Targets IAnimancerComponent[]
UnityEditor.Editor.targets casted to Animancer.IAnimancerComponent.

Methods

Name Value Summary
DoOverridePropertyGUI(string, SerializedProperty, GUIContent) bool
DoSerializedFieldsGUI() void
Draws the rest of the Inspector fields after the Animator field.
OnEnable() void
Initializes this UnityEditor.Editor.
OnInspectorGUI() void
Called by the Unity editor to draw the custom Inspector GUI elements.