renderingTrace property

List<Vector2> renderingTrace
finalinherited

The stacktrace of coordinates of the event within the components in their rendering order.

This represents the stack of transformed versions of the same location context -- which represents the event point -- but in the coordinate space of each parent component until the root.

Implementation

final List<C> renderingTrace = [];