增加删除Action的配置

This commit is contained in:
shenjianxing 2024-12-20 17:16:37 +08:00
parent 8e7fc41d4d
commit 166812de73

View File

@ -84,10 +84,12 @@
<!--Led数字显示 要求每个数字单独一个模型面片,所有数字面片放在一个物体的子级,第一个物体是最右侧的数字,只能放数字面片模型 不要放其他的东西
number 是数值 支持 小数点和横线 例如 12.34 3-5 -->
<Action type="Led" value="Number" number="12.34" color="255,0,0,255"></Action>
<!--删除场景中的物体-->
<Action type="Destroy" value="路径"/>
<!--给程序使用的:自定义脚本 挂空预制体上 预制体放在Resources/CustomAction目录下 执行完毕后记得使用StringEventSystem.Global.Send(finishedEvent)-->
<Action type="Script" value="MyAction" finishedEvent="111"/>
<!--预加载模块 要在app.xml的Data标签内-->
<PreLoad>
<Action type="Parallel">