이 페이지가 있는 버전:
이 페이지가 없는 버전:
How image and text of the GUIContent is combined.
using UnityEngine;public class ExampleScript : MonoBehaviour { // Prints how image and text is placed. void OnGUI() { Debug.Log(GUI.skin.button.imagePosition); } }