DebugSnapshot
pixi-wheels / index / DebugSnapshot
Interface: DebugSnapshot
Defined in: debug/debug.ts:42
Plain-JSON state of the whole wheel. No PixiJS objects, no cycles: it serialises, so an agent that cannot see the canvas can still read it.
Properties#
| Property | Type | Defined in |
|---|---|---|
isSpinning | boolean | debug/debug.ts:44 |
rings | DebugRingSnapshot[] | debug/debug.ts:45 |
timestamp | number | debug/debug.ts:43 |