The argument to liveCell and deadCell

Hierarchy

  • Rel

Properties

Properties

oldId: number

The ID number of the current pixel. Reccommended if performance profiling shows string comparision is a bottleneck.

thisId: number

The ID of the element for which this is being called. (in a liveCell that's the same as oldId, but in a deadCell it's the id that the deadCell belongs to.

x: number

The X location of this pixel.

y: number

The Y location of this pixel.

Generated using TypeDoc