Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: AnimatedStringIncreasing

[13:7] extends: AnimatedValue

Wraps FXGL's AnimatedStringIncreasing, an AnimatedValue subclass that reveals a string character-by-character over the animation. The classic "typewriter" cutscene effect.

Methods

  • AnimatedStringIncreasing (string Value = "")

    Creates a new AnimatedStringIncreasing for the given final string. The animation interpolates from "" to Value.