activeCellCoordinate property

IntVector2 get activeCellCoordinate

The cell that represents the origin of the current selection state.

It is the primary subject of the keyboard navigation.

Implementation

IntVector2 get activeCellCoordinate => primarySelection.anchorCoordinate;