Versions with this page:
Versions without this page:
Как скомбинировано изображение и текст в GUIContent.
using UnityEngine;public class ExampleScript : MonoBehaviour { // Prints how image and text is placed. void OnGUI() { Debug.Log(GUI.skin.button.imagePosition); } }