Summary
[Editor-Only]
A custom Inspector for
UnityEngine.ScriptableObject
s which adds a message explaining that changes in play
mode will persist.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- Editor
- Derived Types
graph BT
Type-->Base0["Editor"]
Type["ScriptableObjectEditor"]
class Type type-node
Derived0["DirectionalAnimationSetEditor"]-->Type
click Derived0 "/animancer/api/Animancer.Editor/DirectionalAnimationSetEditor"
Derived1["AnimancerTransitionAssetBaseEditor"]-->Type
click Derived1 "/animancer/api/Animancer.Editor/AnimancerTransitionAssetBaseEditor"
Syntax
public class ScriptableObjectEditor : Editor
Methods
Name | Value | Summary |
---|---|---|
OnInspectorGUI |
void |
Draws the regular Inspector then adds a message explaining that changes in Play Mode will persist.
|