OnLineDisplayBegin(MarkupParseResult,TMP_Text)
Method in ActionMarkupHandler
Summary
Called immediately before the first character in the line is presented.
public abstract void OnLineDisplayBegin(MarkupParseResult line, TMP_Text text);
Parameters
Name
Description
MarkupParseResult line
The line being presented.
TMP_Text
text
A TMPro.TMP_Text
object that the line is being displayed in.
Last updated
Was this helpful?