MCPcopy Index your code
hub / github.com/phaserjs/phaser / createMockFrame

Function createMockFrame

tests/gameobjects/particles/Particle.test.js:69–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69function createMockFrame ()
70{
71 return {
72 width: 32,
73 height: 32,
74 texture: { key: 'test' }
75 };
76}
77
78function createIdentityMatrix ()
79{

Callers 1

createFullMockEmitterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…