# 2D UI

- [Onscreen UI](/creator/scenes-sdk7/2d-ui/onscreen-ui.md): Learn how to create a UI for players in your scene. This is useful, for example, to display game-related information.
- [UI Positioning](/creator/scenes-sdk7/2d-ui/ui-positioning.md): Set the position, scale, padding and other properties of UI entities.
- [UI Background](/creator/scenes-sdk7/2d-ui/ui_background.md): Set a background and border of a UI entity.
- [UI Button Events](/creator/scenes-sdk7/2d-ui/ui_button_events.md): Handle button events on UI entities.
- [UI Special Types](/creator/scenes-sdk7/2d-ui/ui_special_types.md): Special entitiy types for the UI, including dropdowns and input boxes.
- [UI Text](/creator/scenes-sdk7/2d-ui/ui_text.md): Write text in UI entities.
- [Dynamic UI](/creator/scenes-sdk7/2d-ui/dynamic-ui.md): Learn how to make UIs dynamic, responding to changes in data.
