Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

GUIStyle.imagePosition

Switch to Manual
public ImagePosition imagePosition;

Description

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); } }

Did you find this page useful? Please give it a rating: