static bool MenuVerify_ExportStlBinary()
        {
            var instance = EditorToolbarLoader.GetInstance <ExportStlBinary>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_SelectSmoothingGroup()
        {
            var instance = EditorToolbarLoader.GetInstance <SelectSmoothingGroup>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_ShrinkSelection()
        {
            var instance = EditorToolbarLoader.GetInstance <ShrinkSelection>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_SetTrigger()
        {
            var instance = EditorToolbarLoader.GetInstance <SetTrigger>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_TriangulateObject()
        {
            var instance = EditorToolbarLoader.GetInstance <TriangulateObject>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_FlipObjectNormals()
        {
            var instance = EditorToolbarLoader.GetInstance <FlipObjectNormals>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_MirrorObjects()
        {
            var instance = EditorToolbarLoader.GetInstance <MirrorObjects>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_FillHole()
        {
            var instance = EditorToolbarLoader.GetInstance <FillHole>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_FlipFaceEdge()
        {
            var instance = EditorToolbarLoader.GetInstance <FlipFaceEdge>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_Extrude()
        {
            var instance = EditorToolbarLoader.GetInstance <Extrude>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_NewPolyShape()
        {
            var instance = EditorToolbarLoader.GetInstance <NewPolyShapeToggle>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_DuplicateFaces()
        {
            var instance = EditorToolbarLoader.GetInstance <DuplicateFaces>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_ConformFaceNormals()
        {
            var instance = EditorToolbarLoader.GetInstance <ConformFaceNormals>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_BridgeEdges()
        {
            var instance = EditorToolbarLoader.GetInstance <BridgeEdges>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_ToggleXRay()
        {
            var instance = EditorToolbarLoader.GetInstance <ToggleXRay>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_InsertEdgeLoop()
        {
            var instance = EditorToolbarLoader.GetInstance <InsertEdgeLoop>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_CenterPivot()
        {
            var instance = EditorToolbarLoader.GetInstance <CenterPivot>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_OffsetElements()
        {
            var instance = EditorToolbarLoader.GetInstance <OffsetElements>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_FreezeTransform()
        {
            var instance = EditorToolbarLoader.GetInstance <FreezeTransform>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_SmartConnect()
        {
            var instance = EditorToolbarLoader.GetInstance <SmartConnect>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_ProBuilderize()
        {
            var instance = EditorToolbarLoader.GetInstance <ProBuilderize>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_WeldVertices()
        {
            var instance = EditorToolbarLoader.GetInstance <WeldVertices>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_SubdivideObject()
        {
            var instance = EditorToolbarLoader.GetInstance <SubdivideObject>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_ToggleDragSelectionMode()
        {
            var instance = EditorToolbarLoader.GetInstance <ToggleDragSelectionMode>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_SelectMaterial()
        {
            var instance = EditorToolbarLoader.GetInstance <SelectMaterial>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_ToggleHandleOrientation()
        {
            var instance = EditorToolbarLoader.GetInstance <ToggleHandleOrientation>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_SelectVertexColor()
        {
            var instance = EditorToolbarLoader.GetInstance <SelectVertexColor>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_ToggleSelectBackFaces()
        {
            var instance = EditorToolbarLoader.GetInstance <ToggleSelectBackFaces>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_OpenUVEditor()
        {
            var instance = EditorToolbarLoader.GetInstance <OpenUVEditor>();

            return(instance != null && instance.enabled);
        }
        static bool MenuVerify_OpenShapeEditorMenuItem()
        {
            var instance = EditorToolbarLoader.GetInstance <OpenShapeEditorMenuItem>();

            return(instance != null && instance.enabled);
        }