public static bool ToggleFiled(GUIContent content, bool value, SA_StyledToggle.ToggleType type)
 {
     return(SA_StyledToggle.ToggleFiled(content, value, type));
 }
 public static bool ToggleFiled(string title, bool value, SA_StyledToggle.ToggleType type)
 {
     return(SA_StyledToggle.ToggleFiled(new GUIContent(title, title), value, type));
 }