EditorGUILayout.LabelFieldstatic function LabelField (label : String, params options : GUILayoutOption[]) : voidstatic function LabelField (label : String, style : GUIStyle, params options : GUILayoutOption[]) : voidstatic function LabelField (label : GUIContent, params options : GUILayoutOption[]) : voidstatic function LabelField (label : GUIContent, style : GUIStyle, params options : GUILayoutOption[]) : voidstatic function LabelField (label : String, label2 : String, params options : GUILayoutOption[]) : voidstatic function LabelField (label : String, label2 : String, style : GUIStyle, params options : GUILayoutOption[]) : voidstatic function LabelField (label : GUIContent, label2 : GUIContent, params options : GUILayoutOption[]) : voidstatic function LabelField (label : GUIContent, label2 : GUIContent, style : GUIStyle, params options : GUILayoutOption[]) : voidParameters
DescriptionMake a label field. (Useful for showing read-only info.)
// Shows a label in the editor with the seconds since the editor started
|

