更新配置文档
This commit is contained in:
parent
d74aa164a0
commit
5949ba5d04
@ -80,6 +80,11 @@
|
||||
<Action type="CameraLock" isMove="false" isRotate="false"></Action>
|
||||
<!--正确和错误的弹窗 isRight 是否正确-->
|
||||
<Action type="ResultTip" value="这里是一个弹窗" isRight="true" finishedEvent="关闭弹窗事件"></Action>
|
||||
|
||||
<!--Led数字显示 要求每个数字单独一个模型面片,所有数字面片放在一个物体的子级,第一个物体是最右侧的数字,只能放数字面片模型 不要放其他的东西
|
||||
number 是数值 支持 小数点和横线 例如 12.34 3-5 -->
|
||||
<Action type="Led" value="Number" number="12.34" color="255,0,0,255"></Action>
|
||||
|
||||
<!--预加载模块 要在app.xml的Data标签内-->
|
||||
<PreLoad>
|
||||
<Action type="Parallel">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user