MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / EntityResizeEvent

Interface EntityResizeEvent

typings/SafeScaleManager.d.ts:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25export type ScaleCallback = (event:ScaleEvent) => void;
26
27export interface EntityResizeEvent {
28 offset: Point;
29 gameSize: Point;
30 scale: Point;
31 viewArea: ViewAreaRect;
32}
33
34export interface ScaledEntity {
35 onResize(event: EntityResizeEvent):void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected