onLoad(){
this.physicsManager = cc.director.getPhysicsManager();
this.physicsManager.enabled = true;
}
生效
放在start方法里面 不生效. 这是为什么.
版本2.0.5
onLoad(){
this.physicsManager = cc.director.getPhysicsManager();
this.physicsManager.enabled = true;
}
生效
放在start方法里面 不生效. 这是为什么.
版本2.0.5