OnLineDisplayComplete()
Method in ActionMarkupHandler
Summary
Called after the last call to PresentCharacter(int, TMP_Text, CancellationToken)
.
public abstract 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?