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