大约有 2,531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0079 秒)
Laya_社区(1345) Laya3.0_api(638) Laya2.0_api(288) laya_api(192) Laya2.0_文档(42) Laya_示例(11) Laya3.0_文档(9) Laya2.0_示例(6)
...ng = a; var u:String = s.substr(0, s.length - 4);//去掉.swf后缀 var o1:Object = { url:u + "/sheet.js?v=" + config.version, type:ResLoader.TXT, size:1}; var o2:Object = { url:u + "/sheet.png?v=" + config.version, type:ResLoader.BMD, size:1}; b.push(o1); b.push(o2); } App.loader.loadAssets(b, new ...
来源: Laya_社区 发布时间: 20151217
...hed anonymous define() module: function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const t = require("./test/TestExportClass"); // 程序入口 class GameMain { constructor() { // Laya.init(600,400); console.log("start"); var exportCls = new t.T...
来源: Laya_社区 发布时间: 20171116
...](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/DataView)视图提供了一个与平台中字节在内存中的排列顺序(字节序)无关的从[`ArrayBuffer`](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)读写多...
来源: Laya2.0_文档 发布时间: 20210714
...onLightInheritanceDirectionLight LightSprite Sprite3D Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy :...
来源: Laya2.0_api 发布时间: 20190513
...制格式的数据传输? 使用二进制传输 后端收到的竟然是 [object ArrayBuffer] 纯文本,其他浏览器测试正常. 2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来...
来源: Laya_社区 发布时间: 20171129
... var u = tempUrl.split("?"); var gets: Object = {}; if (u[1]) { u = u[1].split("&"); for (var p of u) { var param = p.split("="); gets...
来源: Laya_社区 发布时间: 20181202
...](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/DataView)视图提供了一个与平台中字节在内存中的排列顺序(字节序)无关的从[`ArrayBuffer`](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)读写多...
来源: Laya2.0_文档 发布时间: 20210715
...0) { pixelCount++; } } return pixelCount; } private function toLocal(point:Object,mc:Sprite):Point { /* * 参数point可以是Point类型和DisplayObject类型 * mc是目标对象 */ var p:Object; if(point is Sprite) { p = new Point(); p.x = point.x; p.y = point.y; p = localToGlobal(Sprite(point)); ...
来源: Laya_社区 发布时间: 20180302
...public class TreeInheritanceTree Box Component Sprite Node EventDispatcher ObjectImplements IRender Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透...
来源: laya_api 发布时间: 20170929
...er.enableNative (http://stand.alone.version/lib ... 164:17) at Object.Laya.init (http://stand.alone.version/libs/laya.core.js:273:14) at Function.Laya3D.__init__ (http://stand.alone.version/libs/laya.d3.js:15004:8) at http://stand.alone.version/lib ... 98:12 ...
来源: Laya_社区 发布时间: 20190307