@0b5vr/experimental
    Preparing search index...

    Class ClockRealtime

    Class that deals with time. This is "realtime" type clock, the time goes on as real world.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    __deltaTime: number = 0.0

    Its deltaTime of last update.

    __isPlaying: boolean = false

    Whether its currently playing or not.

    __time: number = 0.0

    Its current time.

    Accessors

    • get deltaTime(): number

      Its deltaTime of last update.

      Returns number

    • get isPlaying(): boolean

      Whether its currently playing or not.

      Returns boolean

    • get time(): number

      Its current time.

      Returns number

    Methods