更新文档到 2.4.9-v1.0.0

This commit is contained in:
SmallMain
2022-07-05 18:10:58 +08:00
parent b89bb48ce7
commit 746d9ce5cd
267 changed files with 8506 additions and 5284 deletions

View File

@@ -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,

View File

@@ -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);

View File

@@ -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,