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

大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0099 秒)

3601. laya.d3.core.pixelline.PixelLineRenderer_API3.0 [ 23%]

...nder/BaseRender.ts:215 interface Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...

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

3602. laya.d3.component.volume.batchvolume.StatiVertexMergeBatchRender_API3.0 [ 22%]

...nder/BaseRender.ts:215 interface Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...

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

3603. 打成ios包,运行时显示的测试扫码界面 [ 22%]

...4-22 18:21:18.898822+0800 layabox[3608:626785]               isplug:true 2020-04-22 18:21:18.898933+0800 layabox[3608:626785]  ====================================================== 2020-04-22 18:21:18.899107+0800 layabox[3608:626785]  require(/sdcard/layabox/scripts/promise.js) 2020-04-22 ...

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

3604. laya.d3.core.ui3d.UI3D_API3.0 [ 21%]

...nder/BaseRender.ts:215 interface Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...

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

3605. LayaAir引擎工具会员专属功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 20%]

... skeleton.scale(.5, .5);                 skeleton.play(0, true);             });             template.loadAni("res/bone/alien.sk");         })); ``` 一定要注意的就是,文本文件打包后加载的类型是plf( `type: "plf"`)、二进制...

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

3606. 为什么支持tiled之作的地图呢? [ 20%]

...\/timg2.jpg", "name":"jpgmap", "opacity":1, "type":"imagelayer", "visible":true, "x":0, "y":0 }, { "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...

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

3607. 使用3D摄像机 · LayaAir3.4 · 引擎文档 · LAYABOX [ 20%]

...arget: Vector3, up: Vector3, isLocal: boolean = false, isCamera: boolean = true): void 同样,我们在3D-RPG项目中,通过鼠标点击来切换所见区域,代码如下: //CameraControll.ts类脚本中,添加3个节点对象,把3个不同的房子建筑拖入到属性中 @property( { ...

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

3608. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 19%]

...--allow-file-access-from-files", "--disable-web-security" ], "sourceMaps": true, "webRoot": "${workspaceRoot}", "userDataDir": "${workspaceRoot}/.laya/chrome", "sourceMapPathOverrides": { "src/*": "${workspaceRoot}/src/*" } } ] } ``` > 需要重点注意的是, > > 在runtimeArgs里,之前LayaAi...

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

3609. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 18%]

...当前浏览器不支持"); } else { showMessage(); var options = { audio: true, video: { facingMode: { exact: "environment" }, // 后置摄像头,默认值就是,不设至也可以。 width: Laya.stage.width, height: Laya.stage.height } }; Laya.Media.getMedia(options, Laya.Handler.create(this, ...

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

3610. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 17%]

...settled (1300) E/LayaGameEngine: game_plugin_set_option key=localize value=true E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://stand.alone.version/index.html D/LayaGameEngine: game_plugin_init url =http://stand.alone.version/index.html D/LayaGameEngine: url=http://stand.alone.vers...

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