Summary
[Editor-Only] A custom Inspector for
Animancer.NamedAnimancerComponent
s.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
- Derived Types
Syntax
[CustomEditor(typeof(NamedAnimancerComponent), true), CanEditMultipleObjects]
public class NamedAnimancerComponentEditor : AnimancerComponentEditor
Attributes
Type | Description |
---|---|
CustomEditor | |
Can |
Properties
Name | Value | Summary |
---|---|---|
Targets | I |
UnityEditor.Editor.targets casted to Animancer.IAnimancerComponent .Inherited from Base
|
Methods
Name | Value | Summary |
---|---|---|
Do |
bool | |
Do |
void |
Draws the rest of the Inspector fields after the Animator field.
Inherited from Base
|
OnEnable |
void |
Initializes this
UnityEditor.Editor .Inherited from Base
|
OnInspectorGUI |
void |
Called by the Unity editor to draw the custom Inspector GUI elements.
Inherited from Base
|