Function NavMeshGraphEditor.ToggleGroup
        
                ToggleGroup
        
                (GUIContent label, bool value)
    
            
            Draws a toggle with a bold label to the right.
                Public
                    Static
            
        
        
                ToggleGroup
        
                (string label, bool value)
    
            
            Draws a toggle with a bold label to the right.
                Public