feat(Emmit): 实现发射器

This commit is contained in:
2025-10-21 15:32:59 +08:00
parent 6ff684a71e
commit a7dcf15aed
16 changed files with 673 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ namespace Script.Gameplay.Player
{
hitInteractable.OnGazeEnter(this.gameObject);
// 这里可以显示交互提示UI例如 “E - 开门”
Debug.Log(hitInteractable.GetInteractPrompt());
//Debug.Log(hitInteractable.GetInteractPrompt());
}
previousGazedTarget = hitInteractable;