如何获取输入按钮名称?

时间:2014-09-02 04:18:49

标签: unity3d

如何访问为当前输入选择的按钮名称?

让我们说:

Input
    Name:Action
    Positive Button: A

如何访问A?对于类似的事情:

"Press the (button asigned by the user, in this case A) to continue"

而不是

"Press the action button to continue"

1 个答案:

答案 0 :(得分:0)

请在您的问题(代码)中提供更多信息

嗯,可能这可以满足您的要求。

("Press the {0} to continue",this.name) // it will show the name of button pressed.