相关UILUOJI

This commit is contained in:
xmac
2025-05-22 22:49:32 +08:00
parent 10de589722
commit 2ca8eac832
27 changed files with 172 additions and 35 deletions

View File

@@ -303,14 +303,12 @@ namespace NBF
private void OnOp1(InputAction.CallbackContext context)
{
IsOp1 = context.performed;
Debug.Log($"IsOp1={IsOp1}");
OnOp1Action?.Invoke(IsOp1);
}
private void OnOp2(InputAction.CallbackContext context)
{
IsOp2 = context.performed;
Debug.Log($"OnOp2={IsOp2}");
OnOp2Action?.Invoke(IsOp2);
}