Exemple #1
0
 /// <summary>
 /// Draws a button and returns true if it was pressed this frame
 /// </summary>
 public bool DrawButton(string text, float width = 60, float height = 20)
 => BrightEditorUtility.DrawButton(text, width, height);
Exemple #2
0
 /// <inheritdoc cref="BrightEditorUtility.DrawButton"/>
 protected bool DrawButton(string text, params GUILayoutOption[] options)
 => BrightEditorUtility.DrawButton(text, options);