diff options
| author | SmallFox <2806143047@qq.com> | 2026-05-21 07:21:06 +0800 |
|---|---|---|
| committer | SmallFox <2806143047@qq.com> | 2026-05-21 07:21:06 +0800 |
| commit | 3dcf88a36c072e42005c48dae419c66996c96f84 (patch) | |
| tree | 76a068834f2f536d83d5f1702fa35de6554da8d0 /Assets/Scripts/InputSystem/PlayerControls.inputactions | |
| parent | a60a3d9344118915a50f22567bef6bee3f2a2415 (diff) | |
摄像机视角实现
实现跟随自由旋转
Diffstat (limited to 'Assets/Scripts/InputSystem/PlayerControls.inputactions')
| -rw-r--r-- | Assets/Scripts/InputSystem/PlayerControls.inputactions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/InputSystem/PlayerControls.inputactions b/Assets/Scripts/InputSystem/PlayerControls.inputactions index ed31d4a..e71a5c9 100644 --- a/Assets/Scripts/InputSystem/PlayerControls.inputactions +++ b/Assets/Scripts/InputSystem/PlayerControls.inputactions @@ -16,7 +16,7 @@ }, { "name": "Camera", - "type": "Value", + "type": "PassThrough", "id": "bb5b6b4b-5b42-4192-a498-10356a2b125a", "expectedControlType": "Vector2", "processors": "", |
