Show / Hide Table of Contents

Struct TextAnimator.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
Back to top Text Animator for Unity - Documentation