GUIStyle mystyle = new GUIStyle("some string from the list below");
- "CN Box"
- "Button"
| using UnityEditor; | |
| using UnityEngine; | |
| public sealed class ExampleClass : EditorWindow | |
| { | |
| private static readonly string[] mList = | |
| { | |
| "AboutWIndowLicenseLabel" , | |
| "AC LeftArrow" , | |
| "AC RightArrow" , |