protected override void OnGuiCloseSafe(EndHorizontalAttribute attribute)
        {
            //end horizontal group
            ToolboxLayoutHelper.CloseHorizontal();

            //restore label & field
            EditorGUIUtility.labelWidth = 0.0f;
            EditorGUIUtility.fieldWidth = 0.0f;
        }
예제 #2
0
        protected override void OnGuiCloseSafe(EndHorizontalGroupAttribute attribute)
        {
            ToolboxLayoutHelper.CloseHorizontal();
            EditorGUILayout.EndScrollView();
            ToolboxLayoutHelper.CloseVertical();

            EditorGUIUtility.labelWidth = 0.0f;
            EditorGUIUtility.fieldWidth = 0.0f;
        }