大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0068 秒)
Laya_社区(1721) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(89) Laya2.0_示例(16) Laya_示例(11)
...慌了 赞同来自: 这个是我找到的 一篇介绍 https://typescript.bootcss.com/modules.html 我读了之后 感觉 官网 不希望大家 那样 用namespace 去写 我一直觉得 把 两个类 用同一个namespace 导出是 导出的同一个对象,看了这篇文章 ...
来源: Laya_社区 发布时间: 20180926
...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 问题状态 最新...
来源: Laya_社区 发布时间: 20171130
...加载引擎需要的资源 Laya.loader.load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } private function onLoaded():void { //实例UI界面 Laya.stage.bgColor="#353535"; sp1=createSprite(50,50);//创建方块1 sp2=createSprite(250,50);//创建方块2 sp3=c...
来源: Laya_社区 发布时间: 20161207
...集json信息(并创建图集内小图Texture)。 load(url:String, type:String = null, cache:Boolean = true):void 加载资源。 Laya.loader.load(AniConfPath, Handler.create(this, createAnimation), null, Loader.ATLAS); 这里的load只有三个参数,而事实上用到4个,不清楚...
来源: Laya_社区 发布时间: 20160712
...)); }); url += `?${searchParams.toString()}`; } const headers = { "Content-Type": "application/json; charset=utf-8", "X-Access-Token": token, "Accept": "application/json; charset=utf-8" }; const requestOptions = { method: method.toUpperCase(), headers }; if (body && ["POST", "PUT", "PATCH"]....
来源: Laya_社区 发布时间: 20251115
...k has changed 04-18 17:26:51.251 1371-1371/com.etvtech.pvsz I/0: connected type=5 04-18 17:26:51.251 1371-1384/com.etvtech.pvsz E/AndroidRuntime: FATAL EXCEPTION: GLThread 72 Process: com.etvtech.pvsz, PID: 1371 java.lang.RuntimeException: createContext failed: EGL_BAD_ATTRIBUTE ...
来源: Laya_社区 发布时间: 20190418
... // 移动端输入提示符 inputText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffff...
来源: Laya_社区 发布时间: 20180612
...erDataVector2 setShaderDataVector3 setShaderDefine Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
... • 2017-05-19 14:55 @xbgzs2010:unity模型导入设置里面,Animation Type — Legacy xbgzs2010 • 2017-05-19 14:56 有动画了文件了。 183*****755 • 2017-05-23 00:46 如果有时间,可以仔细阅读下官方的3D示例!
来源: Laya_社区 发布时间: 20170518
...{ v.filters = null; v.mouseEnabled = true; } 报错日志: TypeError: f.action.setValue is not a function at TextureSV.__proto.setFilters (file:///E:/FS_Project/trunk/LAYA/PFX12/H5_SHZ/bin/libs/laya.core.js:22308:15) at TextureSV.__proto.setValue (file:///E:/FS_Project/trunk/LAYA/PFX...
来源: Laya_社区 发布时间: 20170103