Method PointerHitsTheWholePlate
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
PointerHitsTheWholePlate()
The pointer hits the whole plate, not just the size the label's root RectTransform happens to report. That rect is a layout artefact (measured (140, 10) for a full plate, and (10, 35) after a forced rebuild), so a rect test alone leaves parts of the plate the player is pointing straight at invisible to the game.
public IEnumerator PointerHitsTheWholePlate()