MCPcopy Create free account
hub / github.com/melonjs/melonJS / update

Method update

packages/melonjs/tests/camera.spec.js:1134–1137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1132
1133 class CustomEffect extends CameraEffect {
1134 update() {
1135 updated = true;
1136 this.isComplete = true;
1137 }
1138 }
1139
1140 camera.addCameraEffect(new CustomEffect(camera));

Calls

no outgoing calls

Tested by

no test coverage detected