MCPcopy Create free account
hub / github.com/SpringRoll/SpringRoll / ScaledEntity

Class ScaledEntity

src/scale-manager/ScaledEntity.js:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 * @interface ScaledEntity
9 */
10export class ScaledEntity {
11 /**
12 * @param {EntityResizeEvent} event
13 * @return {void} @memberof ScaledEntity
14 */
15 onResize() {
16 throw 'not implemented';
17 }
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected