Improve exam flow and WebGL build
This commit is contained in:
@@ -62,6 +62,7 @@ public class TouchPositionHandler : MonoBehaviour
|
||||
if (_meshRenderer == null || !_meshRenderer.enabled) return; // 防止重复点击
|
||||
if (Time.time - _lastClickTime < 0.3f) return;
|
||||
_lastClickTime = Time.time;
|
||||
InteractionClickGuard.MarkHandled();
|
||||
|
||||
Debug.Log($"[TouchPosition] {name}: 被点击");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user