Search Results for

    Show / Hide Table of Contents

    Class GameTimer

    Inheritance
    object
    GameTimer
    Namespace: Global
    Assembly: cs.temp.dll.dll
    Syntax
    public class GameTimer : MonoBehaviour

    Fields

    startTime

    Declaration
    public float startTime
    Field Value
    Type Description
    float

    timerText

    Declaration
    public Text timerText
    Field Value
    Type Description
    Text

    Methods

    StartTimer()

    Declaration
    public void StartTimer()
    In This Article
    Back to top Example Unity documentation footer