Skip to content

函数: CallCustomUI()

CallCustomUI(index, params?, closeSelf?): any

打开高级ui界面

参数

index

any

界面索引(工具端界面ui索引值减1)

params?

any

界面参数

closeSelf?

any

是否关闭当前界面

返回

any

示例

ts
CallCustomUI(0,{
    "fps":1
},false)