Back to API Reference
Interface
IMagnifier
abstract
Implements:ISelectableEntity
Magnifier entity that appears during long-press cursor placement and selection-handle dragging. The implementation owns its presentation mechanism.
Remarks
The magnifier is shown during long-press (for precise cursor placement) and during selection handle drag. It hides on pointer up / drag end.
Implementations(2)
Types that implement IMagnifier.
CC
NativeMagnifier
Presents the platform's own text magnifier: android.widget.Magnifier on Android and the system text loupe on iOS, each shaped, sized, zoomed and animated by the running system — so the loupe matches the device's current text-selection look instead of imitating it.
PrefabMagnifier
Presents the shipped Unity-UI magnifier from a prefab shared through the touch overlay. The prefab instance is created only when the owner first shows the magnifier.
