Summary
[Editor-Only] A custom Inspector for
Animancer.DirectionalAnimationSet8
.- 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["DirectionalAnimationSet8Editor"]
class Type type-node
Syntax
[CustomEditor(typeof(DirectionalAnimationSet8), true)]
public class DirectionalAnimationSet8Editor : 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
|