protected T DrawField <T>(string label, T value, bool isReadOnly = false, params GUILayoutOption[] parameters) { return(FlaiEditorGUILayout.DrawField(label, value, isReadOnly, parameters)); }
public static T DrawField <T>(string label, T value, params GUILayoutOption[] parameters) { return(FlaiEditorGUILayout.DrawField(label, value, false, parameters)); }