Home Reference Source
import {ImmutableTimer} from 'postprocessing'
public interface | source

ImmutableTimer

Direct Implemented:

A timer that provides read access to time data.

Method Summary

Public Methods
public

The current delta time in seconds.

public

The elapsed time in seconds.

Public Methods

public getDelta(): *: Number source

The current delta time in seconds.

Return:

*

public getElapsed(): *: Number source

The elapsed time in seconds.

Return:

*