大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0079 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...RandomTwoConstant createByRandomTwoGradient Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...动生成的ui代码报错 导微信小程序报错window.focus is not a function 关于shader中opengl函数问题 laya2 发布微信开放域工程,用微信开发者工具打开报错 问题状态 最新活动: 2018-05-09 18:34 浏览: 1256 关注: 3 人 bbh • 2018-05-09 15:47 我把这个cle...
来源: Laya_社区 发布时间: 20180505
...s:480:20) at execSync (child_process.js:536:13) at childProcess.(anonymous function) (ELECTRON_ASAR.js:685:22) at Object.<anonymous> (D:\ruanjian\LayaAirIDE_1.7.10_beta\resources\app\node_modules\layacmd\print.js:8:18) at Object.<anonymous> (D:\ruanjian\LayaAirIDE_1.7.10_beta\resources\a...
来源: Laya_社区 发布时间: 20170905
...中的第一行应该如 清单 13 所示。 清单 13. 检查就绪状态 function updatePage() { if (request.readyState == 4) alert("Server is done!"); } 从这里找一找答案吧http://www.cnblogs.com/meil/ar ... .html 2019-04-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...
来源: Laya_社区 发布时间: 20180522
...------------------------------------------------------------------- public function Grid(width_or_matrix:*, height:int, matrix:Array = null) 虽然as3不支持多个构造函数,但是也没必要用这种解决方法吧,包括Grid构造函数初始化的代码简直绕晕了 附件 : --> Astar....
来源: Laya_社区 发布时间: 20161221
...at Module.load (node:internal/modules/cjs/loader:981:32) npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:822:12) npm ERR! at Module.require (node:internal/modules/cjs/loader:1005:19) npm ERR! at require (node:internal/modules/cjs/helpers:102:18) 请问有人...
来源: Laya_社区 发布时间: 20220406
.../ public class loading100 extends Box { public function loading100() { var txt:Text = new Text(); //设置文本内容 txt.text = "Hello Layabox2"; //设置文本颜色为白...
来源: Laya_社区 发布时间: 20170725
...频都不显示了。 下面是 创建视频的主要代码 private function initVideo():void { // TODO Auto Generated method stub // 创建Video元素 var div:* = Browser.createElement("div"); div.setAttribute("id", "videobox"); Browser.document.body.appendChild(div); // var canvas:* = Brows...
来源: Laya_社区 发布时间: 20180313
... btCollisionObject undefined 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2019-02-20 16:50 浏览: 3718 关注: 10 人 Ex木 • 2019-02-24 20:32 我也遇到相同的问题了,试了好几种方法都不行,我暂时挂起吧 cwugs • 2019-03-19 14:17 这...
来源: Laya_社区 发布时间: 20181011
...以看到只在window上挂载了大写Laya的命名空间 window.Laya= (function (exports) { ...... exports.Sprite = Sprite; exports.EffectAnimation = EffectAnimation; ..... return exports; })({}))那么出现这个问题的原因是官方在LayaAirIDE类导出部分的代码有变化,在2.6版...
来源: Laya_社区 发布时间: 20200809