增加删除Action的配置
This commit is contained in:
parent
8e7fc41d4d
commit
166812de73
@ -84,6 +84,8 @@
|
|||||||
<!--Led数字显示 要求每个数字单独一个模型面片,所有数字面片放在一个物体的子级,第一个物体是最右侧的数字,只能放数字面片模型 不要放其他的东西
|
<!--Led数字显示 要求每个数字单独一个模型面片,所有数字面片放在一个物体的子级,第一个物体是最右侧的数字,只能放数字面片模型 不要放其他的东西
|
||||||
number 是数值 支持 小数点和横线 例如 12.34 3-5 -->
|
number 是数值 支持 小数点和横线 例如 12.34 3-5 -->
|
||||||
<Action type="Led" value="Number" number="12.34" color="255,0,0,255"></Action>
|
<Action type="Led" value="Number" number="12.34" color="255,0,0,255"></Action>
|
||||||
|
<!--删除场景中的物体-->
|
||||||
|
<Action type="Destroy" value="路径"/>
|
||||||
|
|
||||||
<!--给程序使用的:自定义脚本 挂空预制体上 预制体放在Resources/CustomAction目录下 执行完毕后记得使用StringEventSystem.Global.Send(finishedEvent)-->
|
<!--给程序使用的:自定义脚本 挂空预制体上 预制体放在Resources/CustomAction目录下 执行完毕后记得使用StringEventSystem.Global.Send(finishedEvent)-->
|
||||||
<Action type="Script" value="MyAction" finishedEvent="111"/>
|
<Action type="Script" value="MyAction" finishedEvent="111"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user