Content-Length: 18553 | pFad | https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/GUISkin-box.html
Style used by default for GUI.Box controls.
using UnityEngine;
public class Example : MonoBehaviour { // Modifies only the box style of the current GUISkin
GUIStyle style;
void OnGUI() { GUI.skin.box = style; GUILayout.Box("This is a box."); } }
Fetched URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/GUISkin-box.html
Alternative Proxies: