1
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user