Added PredrawerModifier to help modify either SerializedProperty or GUIContent before drawing
This commit is contained in:
parent
6321fcc107
commit
e0fc2c1e05
7 changed files with 62 additions and 3 deletions
10
Editor/PredrawerModifierPropertyDrawer.cs
Normal file
10
Editor/PredrawerModifierPropertyDrawer.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Module.Inspector.Editor
|
||||
{
|
||||
public abstract class PredrawerModifierPropertyDrawer : AbstractPropertyDrawer
|
||||
{
|
||||
public abstract void Modify(PredrawerModifierPropertyAttribute attribute, SerializedProperty property, GUIContent label);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue