GUIStyle.DrawWithTextSelection
DrawWithTextSelection(position: Rect, content: GUIContent, controlID: int, firstSelectedCharacter: int, lastSelectedCharacter: int): void;
void DrawWithTextSelection(Rect position, GUIContent content, int controlID, int firstSelectedCharacter, int lastSelectedCharacter);
def DrawWithTextSelection(position as Rect, content as GUIContent, controlID as int, firstSelectedCharacter as int, lastSelectedCharacter as int) as void
Description

Draw this GUIStyle with selected content.