Catlike Coding
Unity Code Documentation
|
Text box line data. More...
Public Attributes | |
float | baseline |
Vertical position of the line's baseline. More... | |
float | bottom |
Vertical position of the line's bottom. More... | |
int | firstCharIndex |
First character index of the line. More... | |
float | horizontalEnd |
Horizontal end of the line. More... | |
float | horizontalStart |
Horizontal start of the line. More... | |
int | lastCharIndex |
Last character index of the line. More... | |
float | top |
Vertical position of the line's top. More... | |
Text box line data.
float CatlikeCoding.TextBox.TextBoxLine.baseline |
Vertical position of the line's baseline.
float CatlikeCoding.TextBox.TextBoxLine.bottom |
Vertical position of the line's bottom.
int CatlikeCoding.TextBox.TextBoxLine.firstCharIndex |
First character index of the line.
float CatlikeCoding.TextBox.TextBoxLine.horizontalEnd |
Horizontal end of the line.
float CatlikeCoding.TextBox.TextBoxLine.horizontalStart |
Horizontal start of the line.
int CatlikeCoding.TextBox.TextBoxLine.lastCharIndex |
Last character index of the line.
float CatlikeCoding.TextBox.TextBoxLine.top |
Vertical position of the line's top.