GUIStyle
Constructor for empty GUIStyle.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine
- Assembly: UnityEngine.IMGUIModule
GUIStyle()
Constructor for empty GUIStyle.
public GUIStyle()
GUIStyle(GUIStyle)
Constructs GUIStyle identical to given other GUIStyle.
public GUIStyle(GUIStyle other)