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

大约有 2,531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0079 秒)

381. Laya怎么使用雪碧图(spritesheet)? [ 62%]

...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

382. laya的ide如何import js并调用里面的类和方法?VS Code正常。 [ 62%]

...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

383. Byte二进制读写(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 62%]

...](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

384. laya.d3.core.light.DirectionLight [ 61%]

...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

385. Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? [ 61%]

...制格式的数据传输? 使用二进制传输 后端收到的竟然是 [object ArrayBuffer] 纯文本,其他浏览器测试正常. 2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来...

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

386. 设置适配SCALE_FIXED_WIDTH,结果少部分andriod机型不能正确适配屏幕 [ 61%]

...             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

387. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 61%]

...](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

388. 帮忙看看Texture类getPixels内存泄漏的问题。 [ 61%]

...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

389. laya.ui.Tree [ 60%]

...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

390. 构建APP Android Studio打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function [ 60%]

...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