方向键控制

This commit is contained in:
bob
2025-06-04 12:12:11 +08:00
parent d76b763fbf
commit 34cff550fa
19 changed files with 340 additions and 76 deletions

View File

@@ -0,0 +1,13 @@
using FairyGUI;
namespace NBF
{
public static class FairyGUIExtensions
{
public static void Click(this GButton button)
{
button.FireClick(true);
button.onClick.Call();
}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 6f9d43645df348cc8e3e498a7570cd2f
timeCreated: 1749008303