Summary
[Editor-Only] A custom Inspector for
Animancer.DirectionalAnimationSet4
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
graph BT
Type-->Base0["DirectionalAnimationSetEditor"]
click Base0 "/animancer/api/Animancer.Editor/DirectionalAnimationSetEditor"
Base0-->Base1["ScriptableObjectEditor"]
click Base1 "/animancer/api/Animancer.Editor/ScriptableObjectEditor"
Base1-->Base2["Editor"]
Type["DirectionalAnimationSet4Editor"]
class Type type-node
Syntax
[CustomEditor(typeof(DirectionalAnimationSet4), true)]
public class DirectionalAnimationSet4Editor : DirectionalAnimationSetEditor
Attributes
Type | Description |
---|---|
CustomEditor |
Methods
Name | Value | Summary |
---|---|---|
OnInspectorGUI |
void |
Draws the regular Inspector then adds a message explaining that changes in Play Mode will persist.
Inherited from Scriptable
|