GUIStyle.DrawCursor
DrawCursor(position: Rect, content: GUIContent, controlID: int, Character: int): void;
void DrawCursor(Rect position, GUIContent content, int controlID, int Character);
def DrawCursor(position as Rect, content as GUIContent, controlID as int, Character as int) as void
Description

Draw this GUIStyle with selected content.