Optional
deadEvery frame of animation, pixelmanipulator iterates through each and every pixel on the screen. If this element is found, it calls this function on each of the locations defined in ElementDataUnknown.hitbox so long as the pixel matches the value in PixelManipulator.defaultId, without calling the same dead pixel twice.
ElementDataUnknown.deadCell will only be called on empty pixels within the hitbox of a live cell. Array of relative coordinate pairs. Optional, defaults to the result of neighborhoods.moore called with no arguments.
Optional
liveEvery frame of animation, pixelmanipulator iterates through each and every pixel on the screen. If this element is found, it calls this function.
Optional
madeIf present, indicates that this element was auto-generated
The name of the element.
Information on how to render this element
Much like ElementDataUnknown but all fields except ElementData.madeWithRule, ElementData.liveCell and ElementData.deadCell are mandatory.