MCPcopy
hub / github.com/bberak/react-native-game-engine / start

Method start

src/DefaultTimer.js:33–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 };
32
33 start() {
34 if (!this.loopId) {
35 this.loop();
36 }
37 }
38
39 stop() {
40 if (this.loopId) {

Callers 6

componentDidMountMethod · 0.80
GameEngineClass · 0.80
componentDidMountMethod · 0.80
GameLoopClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected