大约有 2,916 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0340 秒)
Laya_社区(1723) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(92) Laya2.0_示例(16) Laya_示例(11)
... class GameMain{ constructor() { Laya.init(1280,760); Laya.ResourceVersion.type = Laya.ResourceVersion.FILENAME_VERSION; Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.beginLoad)); } private beginLoad(): void { console.debug("aaaaaaaaaaaaaaaaa"); var img = new Laya.Sprite...
来源: Laya_社区 发布时间: 20180416
... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? IDE1.7.8 json图集加载问题 Laya2.12.0项目出现...
来源: Laya_社区 发布时间: 20230111
...游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? TypeScript下HttpRequest发送Post请求有Bug? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版...
来源: Laya_社区 发布时间: 20201023
...r Could not attach to main target 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 关于使用matterjs物理引擎鼠标问题 版本不匹配! 全局 tsc (2.2.2) !...
来源: Laya_社区 发布时间: 20170320
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创建 DragonBonesDemo.ts,代码编写如下: ```typescript //初始化舞台 Laya.init(1334,750,Laya.WebGL); //创建一个Skeleton对象 var skeleton:Laya.Skeleto...
来源: Laya2.0_文档 发布时间: 20210715
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VSlider)。 ProgressBar 组件的资源示例:  (图1)  (图2) 设置 ProgressBar 组件的属性 value 的...
来源: Laya2.0_文档 发布时间: 20210715
...为我已经在做 - 杀意来袭 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 使用钢体设置防穿后仍有几率会穿透 问题状态 最新活动: 2022-09-17 11:37 浏览: 3176 关注: 2 人 passer • 2022-09-16 19:2...
来源: Laya_社区 发布时间: 20220916
...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 请问2.0的版本...
来源: Laya_社区 发布时间: 20161219
... }), null, Laya.Loader.JSON); }) 错误信息:TypeError: Failed to execute 'attachShader' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLShader' 2019-08-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20190808
...,其中的属性中用到了预制件,打开场景文件可以看到{ "type": "Script", "props": { "cloud": "@Prefab:prefab/Cloud.prefab", "runtime": "script/LoadingControl.js" }, "compId": 8 }但由于我导出了json格式,实际上是这个地址:prefab/Cloud.json所以加载的时候报...
来源: Laya_社区 发布时间: 20181011