EditorGUILayout.PrefixLabelstatic function PrefixLabel (label : String, followingStyle : GUIStyle, labelStyle : GUIStyle) : voidstatic function PrefixLabel (label : GUIContent, followingStyle : GUIStyle = "Button") : voidstatic function PrefixLabel (label : GUIContent, followingStyle : GUIStyle, labelStyle : GUIStyle) : voidParameters
DescriptionMake a label in front of some control.
class SimplePrefixLabelUsage extends EditorWindow {
|

