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