Back to API Reference
Interface
ITextContextMenu
abstract
Implements:ISelectableEntity
Text context menu entity owned by a selectable. Implementations receive the complete owner for their attached lifetime and may present Unity UI, native platform UI, or another menu.
Implementations(2)
Types that implement ITextContextMenu.
CC
NativeTextContextMenu
Presents the platform's own text edit menu: the floating selection toolbar on Android and the edit menu on iOS, each drawn, styled, ordered, localized, positioned and animated by the system.
PrefabTextContextMenu
Presents the shipped Unity-UI context menu from a prefab shared through the touch overlay. Native and other non-prefab menus can implement [[ITextContextMenu]] directly.
