// Token: 0x060003D3 RID: 979 RVA: 0x00003923 File Offset: 0x00001B23 public static void ProgressBar(float value, string text) { GUILayoutEx.ProgressBar(value, text, new GUILayoutOption[] { GUILayout.ExpandWidth(true) }); }
// Token: 0x060003CC RID: 972 RVA: 0x000038C6 File Offset: 0x00001AC6 public static void BeginContents() { GUILayoutEx.BeginContents(GUI.skin.textArea); }