@box2d/debug-draw
Version:
Debug drawing helper for @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