VGDC 2025-2026 Club Game
Loading...
Searching...
No Matches
TypewriterText Class Reference
Inheritance diagram for TypewriterText:
Collaboration diagram for TypewriterText:

Public Member Functions

bool UpdateText (string text)
 Updates text in a typewriter format.
void ClearText ()
 Makes the current text empty.

Data Fields

float letterFrequency

Member Function Documentation

◆ ClearText()

void TypewriterText.ClearText ( )
inline

Makes the current text empty.

◆ UpdateText()

bool TypewriterText.UpdateText ( string text)
inline

Updates text in a typewriter format.

Returning true means that it is updating the text and returning false means that it skipped the typewriter effect to go to the end of the line

Parameters
textThe new text
Returns
Here is the caller graph for this function:

Field Documentation

◆ letterFrequency

float TypewriterText.letterFrequency

The documentation for this class was generated from the following file: