完成按键输入按键显示
This commit is contained in:
@@ -79,13 +79,14 @@ namespace NBF
|
||||
{
|
||||
public string Name;
|
||||
public string Key;
|
||||
public bool ShowLeft;
|
||||
public UIInputButtonShowMode Mode;
|
||||
|
||||
public InputInvokeAttribute(string name, string key = "", bool showLeft = true)
|
||||
public InputInvokeAttribute(string name, UIInputButtonShowMode mode = UIInputButtonShowMode.None,
|
||||
string key = "")
|
||||
{
|
||||
Name = name;
|
||||
Key = key;
|
||||
ShowLeft = showLeft;
|
||||
Mode = mode;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user