预加载配置示范
This commit is contained in:
parent
bbef85004f
commit
ca9f64276d
@ -74,6 +74,17 @@
|
||||
<Condition type="Var" name="变量名" value="1"></Condition>
|
||||
<!--字符串类型的事件监听 UI中的事件监听都 也可以自定义事件监听-->
|
||||
<Condition type="StrEvent" value="器械选择通过"></Condition>
|
||||
|
||||
|
||||
<!--预加载模块 要在app.xml的Data标签内-->
|
||||
<PreLoad>
|
||||
<Action type="Parallel">
|
||||
<Action type="LoadRes" value="Pig.xml" resType="xml"></Action>
|
||||
</Action>
|
||||
</PreLoad>
|
||||
|
||||
|
||||
|
||||
<Module>
|
||||
<!--场景名字-->
|
||||
<Scene>Scene</Scene>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user