2026-04-20 카트 잡기

This commit is contained in:
2026-04-20 18:06:26 +09:00
parent 43899e355f
commit 1feebc9a85
29 changed files with 699 additions and 7 deletions

View File

@@ -26,4 +26,13 @@ public void XRLeftControllerPrimaryButton(InputAction.CallbackContext ctx)
if(ctx.started)
XRLeftControllerPrimaryButton_Event?.Invoke();
}
#region ()
public void XRLeftControllerPrimaryButton_Test_KeyNum1(InputAction.CallbackContext ctx)
{
if(ctx.started)
XRLeftControllerPrimaryButton_Event?.Invoke();
}
#endregion
}