Commit Graph

5 Commits

Author SHA1 Message Date
a1f54b68e6 Refactor interaction prompt system to use world space prompts
- Removed the InteractPromptWidget from HUD and its references in HUDController.
- Introduced IInteractPromptView interface for world space interaction prompts.
- Implemented WorldInteractPrompt class to manage display of interaction prompts in world space.
- Updated InteractableDetector to handle showing/hiding of world space prompts based on player proximity to interactable objects.
- Created a new prefab for UI_WorldInteractPrompt to facilitate the new interaction prompt system.
2026-06-10 14:14:08 +08:00
e09bee31ec UI 系统 2026-06-09 10:41:43 +08:00
b582317692 UI 系统 2026-06-08 11:26:17 +08:00
1897658a00 UI系统 2026-06-07 11:49:55 +08:00
d794b83ebe UI系统组件 2026-06-06 09:00:11 +08:00