study/first_study/Library/PackageCache/com.unity.ugui@1890c14c96ff/Documentation~/comp-UIInteraction.md
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09:00

13 lines
484 B
Markdown

# Interaction Components
The [interaction components](UIInteractionComponents.md) in the UI system handle interaction, such as mouse or touch events and interaction using a keyboard or controller.
* [Selectable Base Class](script-Selectable.md)
* [Button](script-Button.md)
* [Toggle](script-Toggle.md)
* [Toggle Group](script-ToggleGroup.md)
* [Slider](script-Slider.md)
* [Scrollbar](script-Scrollbar.md)
* [Scroll Rect](script-ScrollRect.md)
* [InputField](script-InputField.md)