Show / Hide Table of Contents

    Struct TimeMode

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

    Constructors

    TimeMode(Boolean)

    Declaration
    public TimeMode(bool useUniformTime)
    Parameters
    Type Name Description
    System.Boolean useUniformTime

    Fields

    startDelay

    Declaration
    public float startDelay
    Field Value
    Type Description
    System.Single

    timeSpeed

    Declaration
    public float timeSpeed
    Field Value
    Type Description
    System.Single

    useUniformTime

    Declaration
    public bool useUniformTime
    Field Value
    Type Description
    System.Boolean

    waveSize

    Declaration
    public float waveSize
    Field Value
    Type Description
    System.Single

    Methods

    GetTime(Single, Single, Int32)

    Declaration
    public float GetTime(float animatorTime, float charTime, int charIndex)
    Parameters
    Type Name Description
    System.Single animatorTime
    System.Single charTime
    System.Int32 charIndex
    Returns
    Type Description
    System.Single
    Back to top Text Animator for Unity - Documentation