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