Catlike Coding
Unity Code Documentation
Public Attributes | List of all members
CatlikeCoding.TextBox.TextBoxCharInfo Struct Reference

Information about a character in a text box. More...

Public Attributes

float horizontalEnd
 The horizontal end of the character. More...
 
float horizontalStart
 The horizontal start of the character. More...
 
char id
 Character code. More...
 
int index
 Text index of the character. More...
 
int lineIndex
 Line index of the character. More...
 
CharType type
 Character type. More...
 
int unstyledIndex
 Text index of the character when styling characters are ignored. More...
 

Detailed Description

Information about a character in a text box.

Member Data Documentation

float CatlikeCoding.TextBox.TextBoxCharInfo.horizontalEnd

The horizontal end of the character.

float CatlikeCoding.TextBox.TextBoxCharInfo.horizontalStart

The horizontal start of the character.

char CatlikeCoding.TextBox.TextBoxCharInfo.id

Character code.

int CatlikeCoding.TextBox.TextBoxCharInfo.index

Text index of the character.

int CatlikeCoding.TextBox.TextBoxCharInfo.lineIndex

Line index of the character.

CharType CatlikeCoding.TextBox.TextBoxCharInfo.type

Character type.

int CatlikeCoding.TextBox.TextBoxCharInfo.unstyledIndex

Text index of the character when styling characters are ignored.