This commit is contained in:
CortexCore
2024-06-14 14:11:28 +08:00
parent 4a2ab82e20
commit 349877fe7a
10 changed files with 28 additions and 12 deletions

View File

@@ -22,6 +22,12 @@ namespace BITKit
public class MonoBehaviorInspector : BITInspector<MonoBehaviour>
{
}
[CanEditMultipleObjects]
[CustomEditor(typeof(ScriptableObject),true)]
public class ScriptableObjectInspector : BITInspector<ScriptableObject>
{
}
[CustomPropertyDrawer(typeof(ReadOnlyAttribute),true)]
public class ReadOnlyDrawer : PropertyDrawer