Commit 1c1dd9dd authored by 范雪寒's avatar 范雪寒

test:

parent 26a6f878
......@@ -993,16 +993,13 @@ cc.Class({
await asyncDelay(3);
let defaultArmatureName = armatureNames[0];
this.log('汪汪汪4.1: ' + dragonDisplay.toString());
dragonDisplay.armatureName = '';
await asyncDelay(3);
this.log('汪汪汪4.11: ' + defaultArmatureName);
await asyncDelay(3);
this.log('汪汪汪4.12: ' + dragonDisplay.armatureName);
await asyncDelay(3);
try{
dragonDisplay.armatureName = defaultArmatureName;
}catch(e){
this.log('error: ' + e.toString());
}
dragonDisplay.armatureName = defaultArmatureName;
this.log('汪汪汪4.2: ' + dragonDisplay.armatureName);
await asyncDelay(3);
// let animationNames = dragonDisplay.getAnimationNames(defaultArmatureName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment