在start后马上调用动画暂停无效,必须等一帧后才可以?

if (v1.getComponent(Animation)) {
v1.getComponent(Animation).pause();
}
上面的方法start方法里等1帧后在才能暂停

@panda

按理说是不会的,onLoad 暂停试试

NewProjectPauseTest.zip (2.6 MB)
我做了个demo,有时间麻烦看下,是我哪写错了吗

333