OneDouble

Results 9 comments of OneDouble

``` //create fish cocos3d::C3DSprite* fish = static_cast(C3DRenderNodeManager::getInstance()->getResource("demores/haigui/haigui.ckb")); fish->setId("haigui"); fish->addAnimationClip("idle", 0, 60, 0, 1.0f); fish->scale(1.0f); fish->setRotationX(90); fish->setPositionX(400);//setPostion(400,0,0)will lead the same result fish->playAnimationClip("idle"); fish->setPosition(0.0f, 0.0f, 0.0f); _scene->addChild(fish); ```

does cocos2dx has contained the whole cocos3dx

ok,I'll try.For walking so far,maybe cant convert to cocos2dx,then I'll try fix it by myself.Thank u for answering.

sorry,I used an uncorrect case,but even after I deled the 2nd setPosition,the screen got no change.And in other cases,I can sure there just one setPostion,all the same,things always be shown...

It's not about focus, just navigationStarting never works in this scene. @sivMSFT and I have no permission to reopen. Thus I created a new one https://github.com/MicrosoftEdge/WebView2Feedback/issues/5155

@dhveerap I tried the canary version 138, and confirmed this issue do not exist any more, this bug could be closed, thanks.

I have same issue, and the workroud mentioned above is for C#, how does it work on C++ @novac42

@JosephJin0815 In fact I want to get all render process ids(including the main frame and all sub-iframes) which belong to a web-page, thus I could calc the cpu and memory...