mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-09-25 06:25:35 +00:00
更新文档到 2.4.9-v1.0.0
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"ver": "1.2.9",
|
||||
"ver": "1.3.2",
|
||||
"uuid": "e311a003-c0a1-4ff9-9983-2154de145eb7",
|
||||
"importer": "prefab",
|
||||
"optimizationPolicy": "AUTO",
|
||||
"asyncLoadAssets": false,
|
||||
"readonly": false,
|
||||
|
@@ -26,6 +26,11 @@ export default class Home extends cc.Component {
|
||||
this.prefabs = this.objects.children.concat();
|
||||
this.objects.removeAllChildren(false);
|
||||
|
||||
// Native 暂不支持 Spine 组件与其它组件合批
|
||||
if (CC_JSB) {
|
||||
this.prefabs = this.prefabs.filter(v => !v.getComponent(sp.Skeleton));
|
||||
}
|
||||
|
||||
this.objectNumSlider.node.on('slide', (slider: cc.Slider) => {
|
||||
const offset = (this.nums[1] - this.nums[0]) * slider.progress;
|
||||
this.num = this.nums[0] + Math.ceil(offset);
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"ver": "1.0.8",
|
||||
"ver": "1.1.0",
|
||||
"uuid": "fae4abc1-6681-4884-b234-b65d986d909e",
|
||||
"importer": "typescript",
|
||||
"isPlugin": false,
|
||||
"loadPluginInWeb": true,
|
||||
"loadPluginInNative": true,
|
||||
|
Reference in New Issue
Block a user