このページを含むバージョン:
このページを含まないバージョン:
どのように GUIContent のイメージとテキストを組み合わせるか。
using UnityEngine;public class ExampleScript : MonoBehaviour { // Prints how image and text is placed. void OnGUI() { Debug.Log(GUI.skin.button.imagePosition); } }