水电费第三方

This commit is contained in:
2025-05-26 23:24:36 +08:00
parent 763fa5103f
commit 7ad9f351c7
12 changed files with 66287 additions and 74572 deletions

View File

@@ -102,8 +102,8 @@ namespace WaveHarmonic.Crest.Watercraft.Examples
input.z += Keyboard.current[_DriveBackward].isPressed ? -1f : 0f;
input.x += Keyboard.current[_SteerLeftward].isPressed ? -1f : 0f;
input.x += Keyboard.current[_SteerRightward].isPressed ? 1f : 0f;
input.y += Keyboard.current[_FloatUpward].isPressed ? 1f : 0f;
input.y += Keyboard.current[_FloatDownward].isPressed ? -1f : 0f;
// input.y += Keyboard.current[_FloatUpward].isPressed ? 1f : 0f;
// input.y += Keyboard.current[_FloatDownward].isPressed ? -1f : 0f;
#else
input.z = UnityEngine.Input.GetAxis(_DriveInputAxis);
input.x = UnityEngine.Input.GetAxis(_SteerInputAxis);