RflySimSDK v4.00
RflySimSDK说明文档
载入中...
搜索中...
未找到
RflyShowTextTime(String txt, float time)(显示文本)

让 UE 显示 txt,持续 time 秒。

参数 解释
txt 要显示的文字
time 显示时间,单位为**秒**

操作示例
RflyShowTextTime hello,world 5

若显示文本中带空格

RflyShowTextTime "hello world" 5

可以通过python接口sendRflyShowTextTime直接发送要显示的txt

若需通过python接口sendUE4Cmd发送,命令字符串形如:'RflyShowTextTime "txt" time'