EG/core/vr/interaction/__init__.py
2025-10-11 16:41:59 +08:00

12 lines
177 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""
VR交互子系统
负责VR交互功能
- OpenVR动作系统
- 摇杆输入和转向/传送
- 传送系统(抛物线轨迹)
- 对象抓取和交互
"""
__all__ = []