包含此页的版本:
不含此页的版本:
GUIContent 的图像和文本的组合方式。
using UnityEngine;public class ExampleScript : MonoBehaviour { // Prints how image and text is placed. void OnGUI() { Debug.Log(GUI.skin.button.imagePosition); } }