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

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

21. 什么情况下 加载的图片没有显示 没有报错内存控制也没有内存超出 [ 89%]

... *1024 *10; atlasLimitWidth=64 atlasLimitHeight=64 另外我监控 __proto.addSize=function(add){ 这儿函数 发现add 有时候是负值 不知道是否正常,我修改了下 __proto.addSize=function(add){ if (add){ if(add > 0){ if (this.autoRelease){ ((this._memorySize+add)> this.autoRel...

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

22. laya.d3.component.volume.VolumeManager_API3.0 [ 89%]

...ors reflectionProbeManager volumetricGIManager Methods _updateRenderObject add addMotionObject needreCaculateAllRenderObjects reCaculateAllRenderObjects remove removeMotionObject Constructors constructor new VolumeManager(): VolumeManager Defined in laya/d3/component/Volume/VolumeManager.ts:35 Retur...

来源: Laya3.0_api 发布时间: 20231115

23. Could not locate valid Java executable. Configure nextgenas.java, add to $PATH, or set $JAVA_HOME. [ 89%]

Could not locate valid Java executable. Configure nextgenas.java, add to $PATH, or set $JAVA_HOME. 安装完成IDE后提示这个错误,Java安装的版本是1.10 2019-01-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...

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

24. 编译源码被方法申明处被标注"for each" err,must add{} [ 89%]

编译源码被方法申明处被标注"for each" err,must add{} 看其他问题描述应该是使用for each地方的问题,不过我的这个代码没有使用for each也被标记了是什么原因呢?   附件 : --> 2017-01-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

25. [LayaAirIDE3]laya3.2.4 混合模式 3d下的add效果和ui下的light差异大 [ 88%]

[LayaAirIDE3]laya3.2.4 混合模式 3d下的add效果和ui下的light差异大 png图片勾选了sRGB alpha预乘 ui:选择light模式   对应blend:one one    另一张:默认ui blend:one oneMinusSrcAlpha  3d:创建自定义材质 用同一张png图片  相同blend ui和3d对比...

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

26. 物理引擎-牛顿摆 [ 88%]

...esize); } function initMatter() { var gameWorld = new Sprite(); Laya.stage.addChild(gameWorld); // 初始化物理引擎 engine = Matter.Engine.create( { enableSleeping: true }); Matter.Engine.run(engine); var render = LayaRender.create( { engine: engine, container: gameWorld, width: stageWidth, hei...

来源: Laya_示例 发布时间: 20251130

27. matter.js层级 [ 87%]

matter.js层级 用matter.js创建的body都add到了matter.world里,总是显示在最上层,我的UI都被body挡住了,应该怎么搞呢? 新人小白求教 2018-05-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

28. 有没有浮雕滤镜? [ 87%]

...int = 0x08; public static const NAMES:Array = /*[STATIC SAFE]*/["normal", "add", "multiply", "screen","overlay","light","mask","destination-out"]; public static const TOINT:* = /*[STATIC SAFE]*/{ "normal":0, "add":1, "multiply":2, "screen":3 ,"lighter":1,"overlay":4,"light":5,"mask":6,"destination-o...

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

29. 分享:IDE报错...Configure nextgenas.java, add to $PATH, or set $JAVA_HOME [ 87%]

分享:IDE报错...Configure nextgenas.java, add to $PATH, or set $JAVA_HOME 这个是由于java的版本导致的报错,开发者可以下载下这个地址的java环境,不要使用百度进行下载! http://www.oracle.com/technetw ... .html 2017-04-18 添加评论 免费帖 --> 分享 ...

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

30. 物理引擎显示旋转问题 [ 86%]

...{         var gameWorld = new Sprite();         Laya.stage.addChild(gameWorld);         // 初始化物理引擎         engine = Matter.Engine.create({             enableSleeping: true         });         Matter.Engine.run(engine);    ...

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