Exemplo n.º 1
0
 // Token: 0x06000918 RID: 2328 RVA: 0x00007AC3 File Offset: 0x00005CC3
 public static int Toolbar(Rect position, int selected, string[] contents, int length, GUIStyle style)
 {
     return(UnityGUI.Toolbar(position, selected, UnityGUI.Temp(contents), length, style));
 }