This commit is contained in:
MuHua-123
2025-09-05 18:02:13 +08:00
parent 9a20ee8ac5
commit f7fab248d4
53 changed files with 1499 additions and 64 deletions
@@ -0,0 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.InputSystem;
/// <summary>
/// 菜单 - 输入
/// </summary>
public class InputMenu : InputControl {
protected override void ModuleInput_OnInputMode(InputMode mode) {
// throw new System.NotImplementedException();
}
#region
/// <summary> 鼠标右键 </summary>
public void OnMouseRight(InputValue inputValue) {
UIMenuManager.I.Open();
}
#endregion
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 2c410af27a0301a42af9f1934da770a6
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: