Back to API Reference
Class
SelectableEntity
abstract
Implements:ISelectableEntity
Base implementation of the selectable entity lifetime. Override the protected hooks to bind and release owner-specific state; serialized configuration remains available between attachments.
Derived Types(3)
Types that inherit from SelectableEntity.
CCC
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.
PrefabSelectionHandles
Presents the shipped Unity-UI selection and insertion handles from a prefab shared through the touch overlay. The managed entity remains owned by one selectable while the prefab instance is resolved lazily and can be shared by multiple fields.
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.
public UniTextSelectable Owner{ get }protected UniTextSelectable RequireOwner()Returns the current owner or fails when an operation is invoked outside the attached lifetime.
