2012年5月4日金曜日
Unity の GUIStyle でデフォルトで指定できるスタイル一覧
今回は完全に自分用メモになってしまいますがご了承ください><
UnityのGUIStyleはname文字列を指定して生成する事が可能ですが、Unityがデフォルトで持っているGUIStyleの一覧を見つけたので列挙しておきます。
参考URL: http://answers.unity3d.com/questions/9844/copypaste-guistyle-in-the-inspector.html
参考URL: http://unity3d.com/support/documentation/Components/gui-Customization
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