Summary
[Editor-Only] A custom Inspector for
Animancer.DirectionalAnimationSet
s.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- Editor
- Scriptable
Object Editor
graph BT
Type-->Base0["ScriptableObjectEditor"]
click Base0 "/animancer/api/Animancer.Editor/ScriptableObjectEditor"
Base0-->Base1["Editor"]
Type["DirectionalAnimationSetEditor"]
class Type type-node
Syntax
[CustomEditor(typeof(DirectionalAnimationSet), true), CanEditMultipleObjects]
public class DirectionalAnimationSetEditor : ScriptableObjectEditor
Attributes
Type | Description |
---|---|
CustomEditor | |
Can |
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
|