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 |
---|---|
System.Single |
timeSinceStart
Time passed since the textAnimator started showing the very first letter
Declaration
public float timeSinceStart { readonly get; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
RestartTime()
Declaration
public void RestartTime()