Show / Hide Table of Contents

Struct TimeData

Contains TextAnimator's current time values.

Namespace: Febucci.UI
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
public struct TimeData

Properties

deltaTime

TextAnimator's Component delta time, could be Scaled or Unscaled

Declaration
public float deltaTime { readonly get; }
Property Value
Type Description
Single

timeSinceStart

Time passed since the textAnimator started showing the very first letter

Declaration
public float timeSinceStart { readonly get; }
Property Value
Type Description
Single

Methods

RestartTime()

Declaration
public void RestartTime()
Back to top Text Animator for Unity - Documentation