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

大约有 2,572 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0093 秒)

391. laya.d3.core.light.DirectionLight [ 62%]

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

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

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

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

393. 设置适配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

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

395. 帮忙看看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

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

397. 构建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

398. laya.particle.ParticleSetting [ 60%]

...gelaya.particleClasspublic class ParticleSettingInheritanceParticleSetting Object ParticleSettings 类是粒子配置数据类 Public Properties PropertyDefined By  ageAddScale : Number = 0如果大于0,某些粒子的持续时间会小于其他粒子,并具有随机性(单位:无)ParticleSet...

来源: Laya2.0_api 发布时间: 20190513

399. laya.net.LoaderManager [ 60%]

...netClasspublic class LoaderManagerInheritanceLoaderManager EventDispatcher Object LoaderManager 类用于用于批量加载资源。此类是单例,不要手动实例化此类,请通过Laya.loader访问。 全部队列加载完成,会派发 Event.COMPLETE 事件;如果队列中任意一个...

来源: laya_api 发布时间: 20170929

400. 一个简单的跑酷曲面shader分享 [ 60%]

...; this.zdistance = 200.0; } public static initShader() { var attributeMap: object = { "a_Position": Laya.VertexMesh.MESH_POSITION0, "a_Normal": Laya.VertexMesh.MESH_NORMAL0, "a_Textcoord": Laya.VertexMesh.MESH_TEXTURECOORDINATE0, "a_Textcorrd1": Laya.VertexMesh.MESH_TEXTURECOORDINATE1, "a_Tangent": ...

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