minggo
minggo
Re: https://github.com/cocos/cocos-engine/issues/12647 ### Changelog * move `cocos/core/scene-graph` to `cocos/scene-graph` * move some files in `cocos/core/components` to `cocos/scene-graph`: - component.ts - component-event-handler.ts - component-event-handler-schema.ts * move some files in `cocos/core/components` to...
As binding generator is replaced with swig, so can(keep compatibility): - all .ini files in tools/tojs - update README to deprecate binding generator - remove tools/tojs/jsb-doc?
As the title said, is there any situation that need float window size? If not, i think we should use integer to store window size.
As discussed moths ago, we will adjust engine folder structure to make it more clear. The first level folder structure looks like ## TS - [ ] core - Serialization/DeSerialization...
Supports GLES2 only makes sense for Android devices that only supports gles2. We should try to get the market share of these devices then decide whether to support it.
As the title said, steps to reproduce: - write a test case that uses `file://` to update contents - - build a web version - run in webview And the...
# Cocos2d-x Documentation #### Getting Started 英文 | 中文 | Doc --- | --- | --- [x] | [x] | About Cocos2d-x [x] | [x] | Why Cocos2d-x [x] |...
As mentioned in [this documentation](https://github.com/PhilJay/MPAndroidChart/wiki/Interaction-with-the-Chart), chart can add callback listener on chart interaction. But i don't find any information about it in `react-native-ios-charts`.
Re: # ### Changelog * fix the logic bug imported by https://github.com/cocos/cocos-engine/pull/16840 ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger...