Struct TextAnimator.TimeData
Contains TextAnimator's current time values.
Namespace: Febucci.UI
Assembly: Assembly-CSharp-firstpass.dll
Syntax
public struct TimeData
Properties
deltaTime
TextAnimator's Component delta time, could be Scaled or Unscaled
Declaration
public float deltaTime { get; }
Property Value
Type | Description |
---|---|
Single |
timeSinceStart
Time passed since the textAnimator started showing the very first letter
Declaration
public float timeSinceStart { get; }
Property Value
Type | Description |
---|---|
Single |