UnityのGUIStyleはname文字列を指定して生成する事が可能ですが、Unityがデフォルトで持っているGUIStyleの一覧を見つけたので列挙しておきます。
- box
- button
- toggle
- label
- textField
- textArea
- window
- horizontalSlider
- horizontalSliderThumb
- verticalSlider
- verticalSliderThumb
- horizontalScrollbar
- horizontalScrollbarThumb
- horizontalScrollbarLeftButton
- horizontalScrollbarRightButton
- verticalScrollbar
- verticalScrollbarThumb
- verticalScrollbarUpButton
- verticalScrollbarDownButton
- scrollView
参考URL: http://answers.unity3d.com/questions/9844/copypaste-guistyle-in-the-inspector.html
参考URL: http://unity3d.com/support/documentation/Components/gui-Customization