Show / Hide Table of Contents

    Class TypingInfo

    A way to store information about the typing progress between coroutines, also allowing to keep track of time between frames and characters/words showed

    Inheritance
    Object
    TypingInfo
    Namespace: Febucci.UI.Core
    Assembly: Febucci.TextAnimator.Runtime.dll
    Syntax
    public class TypingInfo : object

    Constructors

    TypingInfo()

    Declaration
    public TypingInfo()

    Fields

    speed

    Declaration
    public float speed
    Field Value
    Type Description
    System.Single

    Properties

    timePassed

    Declaration
    public float timePassed { get; }
    Property Value
    Type Description
    System.Single
    In This Article
    • Constructors
      • TypingInfo()
    • Fields
      • speed
    • Properties
      • timePassed
    Back to top Text Animator for Unity - Documentation