ImagePosition
How image and text is placed inside GUIStyle.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.IMGUIModule
public enum ImagePosition
Fields
Value | Description |
|---|---|
| ImageAbove | Image is above the text. |
| ImageLeft | Image is to the left of the text. |
| ImageOnly | Only the image is displayed. |
| TextOnly | Only the text is displayed. |