Update DebuggerComponentInspector.cs
This commit is contained in:
parent
3f895266f1
commit
10de7e040f
@ -1,5 +1,6 @@
|
||||
using AlicizaX.Debugger.Runtime;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace AlicizaX.Debugger.Editor
|
||||
{
|
||||
@ -21,7 +22,7 @@ namespace AlicizaX.Debugger.Editor
|
||||
{
|
||||
serializedObject.Update();
|
||||
EditorGUILayout.PropertyField(_activeWindowProperty);
|
||||
EditorGUILayout.PropertyField(_enableFloatingToggleSnapProperty);
|
||||
EditorGUILayout.PropertyField(_enableFloatingToggleSnapProperty,new GUIContent("Enable Snap"));
|
||||
EditorGUILayout.Slider(_windowOpacityProperty, 0.2f, 1f);
|
||||
serializedObject.ApplyModifiedProperties();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user