@box2d/core
Version:
A TypeScript port of Box2D
16 lines • 362 B
TypeScript
/**
* Timer for profiling. This has platform specific code and may
* not work on every platform.
*/
export declare class b2Timer {
private m_start;
/**
* Reset the timer.
*/
Reset(): b2Timer;
/**
* Get the time since construction or the last reset.
*/
GetMilliseconds(): number;
}
//# sourceMappingURL=b2_timer.d.ts.map