OnLineDisplayComplete()
Method in IActionMarkupHandler
Summary
Called after the last call to PresentCharacter(int, TMP_Text, CancellationToken)
.
public void OnLineDisplayComplete();
Remarks
This method is an opportunity for a ActionMarkupHandler to finalise its presentation after all of the characters in the line have been presented.
Last updated
Was this helpful?