BindActionWithButton
所属类:
描述
这套新接口)
参数
名称 | 类型 | 默认 | 描述 |
---|---|---|---|
actionName | string | 自定义的名称,代表本次绑定 | |
func | LuaFunction | lua回调函数(三个参数1.actionName类型:string描述:最初传递给BindAction的相同字符串;2.state类型:int描述:当前事件的输入状态,等于UserInputState中的值;3.inputObj类型:携带输入信息的对象) | |
nActionType | int | ContextActionType中的输入类型 | |
nSubType | int | UserInputType或Enum.KeyCode的类型的类型 |