MCPcopy Create free account
hub / github.com/bberak/react-native-game-engine / constructor

Method constructor

src/DefaultTimer.js:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17export default class DefaultTimer {
18 constructor() {
19 this.subscribers = [];
20 this.loopId = null;
21 }
22
23 loop = time => {
24 if (this.loopId) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected