• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 976 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0061 秒)

881. laya.d3.core.scene.Scene3D_API3.0 [ 42%]

...rDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache recaculateCullCamera releaseRender removeChild removeChildAt removeChildByName removeChildren removeSelf renderSubmit repaint replaceChild runCallLater scale setChildIndex setGlobalShaderValue setGraphics setSelfB...

来源: Laya3.0_api 发布时间: 20231115

882. 微信小游戏中iPhoneX的适配问题 [ 42%]

...Sprite(); ape.graphics.drawTexture(t, 0, 0); Laya.stage.addChild(ape); ape.pos(200, 0); })); kezhiyu • 2018-06-04 14:38 另外说下你的压缩包如果不是可以用laya 的ide打开的话 他们是不会管的 夏末 • 2018-06-04 14:02 demo已经添加到附件里面了,麻烦您看一下 ...

来源: Laya_社区 发布时间: 20180604

883. 弹窗视图组件 · LayaAir3.0文档 · LAYABOX [ 42%]

...= new Laya.Button(this.assets[1]); button.name = Laya.Dialog.CLOSE; button.pos(this.DIALOG_WIDTH - this.CLOSE_BTN_WIDTH - this.CLOSE_BTN_PADDING, this.CLOSE_BTN_PADDING); this.dialog.addChild(button); this.dialog.dragArea = "0,0," + this.DIALOG_WIDTH + "," + this.DIALOG_HEIGHT; this.dialog.show(); }...

来源: Laya3.0_文档 发布时间: 20241014

884. Button属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 42%]

...ild(btn); //设置Button相关属性 btn.width = 100; btn.height = 50; btn.pos(100,100); btn.label = "按钮"; } ``` 上述代码运行效果如动图2所示: ![动图2](img/2.gif) (动图2) **Tips:** Button 组件的属性接口介绍请参考 [Button API](https://layaair2.ldc2.layabox.com/api2/C...

来源: Laya2.0_文档 发布时间: 20210714

885. 提示“AtlasResourceManager:Dispose the inner Atlas。” [ 42%]

提示“AtlasResourceManager:Dispose the inner Atlas。” AtlasResourceManager:Dispose the inner Atlas。 laya.webgl.js:374 >>>>altas garbageCollection =1 laya.webgl.js:372 AtlasResourceManager:Dispose the inner Atlas。 laya.webgl.js:374 >>>>altas garbageCollection =1 lay...

来源: Laya_社区 发布时间: 20170825

886. Spine动画使用(TypeScript-LayaAir基础篇(TS)-动画基础) [ 42%]

...Laya.Skeleton(); //添加到舞台 Laya.stage.addChild(skeleton); skeleton.pos(600,700); //通过加载直接创建动画 skeleton.load("res/spine/spineboy/spineboy.sk"); ``` 运行效果如动图8所示 ![动图8](img\8.gif) (动图8)

来源: Laya2.0_文档 发布时间: 20210715

887. Spine动画使用(JavaScript-LayaAir基础篇(JS)-动画基础) [ 42%]

...Laya.Skeleton(); //添加到舞台 Laya.stage.addChild(skeleton); skeleton.pos(600,700); //通过加载直接创建动画 skeleton.load("res/spine/spineboy/spineboy.sk"); ``` 运行效果如动图8所示 ![动图8](img/8.gif) (动图8)

来源: Laya2.0_文档 发布时间: 20210715

888. Native(android)下创建二维码并显示在页面上 [ 42%]

...mg.skin = "data:image/png;base64,"+base64OfQrCode;             img.pos(100, 300);             Laya.stage.addChild(img);         }     }      // androidplat,创建二维码     createQrCode(url:string, width:number, height:number):string {         ...

来源: Laya_社区 发布时间: 20200729

889. 图片遮罩大小跟设置不一致 [ 42%]

...caleY = 1 ape.graphics.drawTexture(t, 0, 0); Laya.stage.addChild(ape); ape.pos(200, 0);           let sp = new Sprite()           sp.graphics.drawRect(0, 0, 50, 50, '#ffff000')           ape.mask = sp })); } })(); 右边的形状明显不是正方形 附件 : --> 2017-12-20 添加评...

来源: Laya_社区 发布时间: 20171220

890. Button属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 42%]

...ild(btn); //设置Button相关属性 btn.width = 100; btn.height = 50; btn.pos(100,100); btn.label = "按钮"; } } new GameMain(); ``` 上述代码运行效果如动图2所示: ![动图2](img/2.gif) (动图2) **Tips:** Button 组件的属性接口介绍请参考 [Button API](https://layaair2.ldc2....

来源: Laya2.0_文档 发布时间: 20210714