For the complete documentation index, see llms.txt. This page is also available as Markdown.

showCharacterNameInLine

Field in LinePresenter

Summary

Controls whether the lineText object will show the character name present in the line or not.

public bool showCharacterNameInLine = true;

Remarks

This value is only used if characterNameText is null.

If this value is true, any character names present in a line will be shown in the lineText object.

If this value is false, character names will not be shown in the lineText object.

Last updated

Was this helpful?