EditorGUI.DropShadowLabelstatic function DropShadowLabel (position : Rect, text : string) : voidstatic function DropShadowLabel (position : Rect, content : GUIContent) : voidstatic function DropShadowLabel (position : Rect, content : GUIContent, style : GUIStyle) : voidParameters
DescriptionDraws a label with a drop shadow. Not superfast, so use with caution. |
