OnLineDisplayBegin(MarkupParseResult,TMP_Text)
Summary
public void OnLineDisplayBegin(MarkupParseResult line, TMP_Text text);Parameters
Name
Description
Last updated
Was this helpful?
Method in IActionMarkupHandler
Called immediately before the first character in the line is presented.
public void OnLineDisplayBegin(MarkupParseResult line, TMP_Text text);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?
Was this helpful?
