增加缩放物体示例
This commit is contained in:
parent
dda01c2648
commit
dc06a4b39b
@ -13,6 +13,8 @@
|
||||
<Action type="Move" value="Main Camera" to="18.162,2.113,3.22" time="0"></Action>
|
||||
<!--旋转物体 time是多长时间旋转到目标位置 0是瞬间完成-->
|
||||
<Action type="Rotate" value="Main Camera" to="0,180,0" time="0"></Action>
|
||||
<!--缩放物体 time是多长时间旋转到目标位置 0是瞬间完成-->
|
||||
<Action type="Scale" value="Main Camera" to="0,180,0" time="0"></Action>
|
||||
<!--执行下一步左侧步骤列表 默认开始的时候为-1步 要主动调用一次才到第1步-->
|
||||
<Action type="NextOperation"></Action>
|
||||
<!--播放动画 reset=true则动画停在第一帧-->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user