minggo
minggo
Re: #13229 ### Changelog * Remove Color._val, use r, g, b, a to record each value. ------- ### Continuous Integration This pull request: * [x] needs automatic test cases check....
Re: https://github.com/cocos/cocos-engine/issues/16952 ### Changelog * reuse local variable * use static method of Vec3.set() and Quat.set() as they don't have to distinguish variable types, so they are more efficient *...
Re: https://github.com/cocos/cocos-engine/issues/16749 ### Changelog * Add `ContentStrategy._stragety` and its getter * Add `ResolutionPolicy.getContentStrategy()`, then can use `ContentStrategy.stragety` to get the real content strategy. * Fix some exlint error. ------- ###...
CI environment defaults don't support VS2017, and can not download VS2017 community version any more. So I think it is time to remove VS2017 support on Windows.
### Changelog * The setter is imported by solving the issue: https://github.com/cocos/cocos-engine/issues/16952. But many developers use the wrong way to set position/rotation, so need to convert it to keep compatibility....
_calculateMovePercentDelta() just uses anchor.x and anchor.y, and will not pass it to other functions, so it is safe to reuse _moveDeltaOptions and _tempVec2. The best solution is change the parameter...