mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
Fix InlineEditor drawer order
This commit is contained in:
parent
530c93b5a2
commit
2303292347
@ -6,7 +6,7 @@ using UnityEditor;
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using Object = UnityEngine.Object;
|
using Object = UnityEngine.Object;
|
||||||
|
|
||||||
[assembly: RegisterTriAttributeDrawer(typeof(InlineEditorDrawer), TriDrawerOrder.Fallback - 1000,
|
[assembly: RegisterTriAttributeDrawer(typeof(InlineEditorDrawer), TriDrawerOrder.Drawer - 100,
|
||||||
ApplyOnArrayElement = true)]
|
ApplyOnArrayElement = true)]
|
||||||
|
|
||||||
namespace TriInspector.Drawers
|
namespace TriInspector.Drawers
|
||||||
|
Loading…
Reference in New Issue
Block a user