CharFXTransform.elapsedTime

The time elapsed since the RichTextLabel was added to the scene tree (in seconds). Time stops when the project is paused, unless the RichTextLabel's Node.pauseMode is set to constant Node.PAUSE_MODE_PROCESS. Note: Time still passes while the RichTextLabel is hidden.

  1. double elapsedTime [@property getter]
  2. double elapsedTime [@property setter]
    struct CharFXTransform
    @nogc nothrow @property
    void
    elapsedTime
    (
    double v
    )

Meta