forked from Shardstone/trail-into-darkness
Some renaming and added more settings
This commit is contained in:
@@ -7,12 +7,12 @@ using System.Text;
|
||||
using UnityEditor;
|
||||
#endif
|
||||
|
||||
namespace InspectorToolkit {
|
||||
namespace Jovian.InspectorTools {
|
||||
public class CompactDrawerAttribute : PropertyAttribute { }
|
||||
}
|
||||
|
||||
#if UNITY_EDITOR
|
||||
namespace InspectorToolkit.Internal {
|
||||
namespace Jovian.InspectorTools.Internal {
|
||||
[CustomPropertyDrawer(typeof(CompactDrawerAttribute))]
|
||||
public class CompactDrawerAttributeDrawer : PropertyDrawer {
|
||||
private static readonly List<SerializedProperty> cacheProperties = new();
|
||||
|
||||
Reference in New Issue
Block a user