Last updated 27 days ago
Was this helpful?
Method in
Called when the line view receives the line, to prepare for showing the line.
This method is called before any part of the line is visible, and is an opportunity to set up any part of the 's display before the user can see it.
public abstract void OnPrepareForLine(MarkupParseResult line, TMP_Text text);
line
The line being presented.
TMP_Text text
TMP_Text
A TMPro.TMP_Text object that the line is being displayed in.
TMPro.TMP_Text