fix: add `Enabled` toggle in overlay window

pull/225/head
mob-sakai 2022-07-01 15:37:18 +09:00
parent 7eb41124db
commit f97e6195e6
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ namespace Coffee.UIExtensions
{
var labelWidth = EditorGUIUtility.labelWidth;
EditorGUIUtility.labelWidth = 100;
EditorGUILayout.PropertyField(s_SerializedObject.FindProperty("m_Enabled"));
_xyzMode = DrawFloatOrVector3Field(s_SerializedObject.FindProperty("m_Scale3D"), _xyzMode);
EditorGUILayout.PropertyField(s_SerializedObject.FindProperty("m_AbsoluteMode"));
EditorGUIUtility.labelWidth = labelWidth;