Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.