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

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

4511. Laya2.0 两个物理刚体会穿透 [ 92%]

Laya2.0 两个物理刚体会穿透 其中一个刚体速度略微快一点就会概率发生穿透情况,甚至在一个平板上匀速直线运动(非滚动)也会发生穿透情况,请问该怎么避免呢? 2019-06-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

4512. laya.resource.nativecontext..context2d.CONTEXT2D_FUNCTION_ID_API3.0 [ 92%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

4513. 谷歌浏览器升级以后laya.core.js报错 [ 92%]

谷歌浏览器升级以后laya.core.js报错 谷歌浏览器版本 96.0.4664.45(正式版本) 附件 : --> 2021-11-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_zhang 赞同来自: kura https://ask...

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

4514. android 微信分享、登录 返回之后laya卡死 [ 92%]

LayaNative android 微信分享、登录 返回之后laya卡死 环境:layaair:2.2.0 layanative 2.2.0 操作: 1.使用layanative2.2.0打包单机版项目 2. android studio使用java接入微信登录、微信分享等功能 3.点击按钮调用微信分享,分享页面调起之后直接返...

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

4515. 连续读取多个本地json文件 [ 92%]

...读取多个本地json文件 onAwake(): void { console.log("读数据"); Laya.loader.load("Json/shopLevel.json", Laya.Handler.create(this, this.shopJsonLoaded), null, Laya.Loader.JSON); Laya.loader.load("Json/menu.json", Laya.Handler.create(this, this.menuJsonLoaded), null, Laya.Loader.JSON); } //...

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

4516. 问下大家,laya3D现在有没有好用的物理引擎库? [ 92%]

问下大家,laya3D现在有没有好用的物理引擎库? 如题 2018-04-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 layabox 赞同来自: LayaAir 2.0 支持 3D物理 1.0不支持。 9月15日即对...

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

4517. 弹窗视图组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 92%]

弹窗视图组件(Dialog)一、通过LayaAir IDE创建Dialog1.1 创建Dialog1.2 Dialog属性介绍1.3 脚本控制Dialog二、通过代码创建Dialog弹窗视图组件(Dialog) Dialog是弹窗视图组件,主要用于弹窗面板。 一、通过LayaAir IDE创建Dialog 1.1 创建Dialog ...

来源: Laya3.0_文档 发布时间: 20251024

4518. prefab添加runtime脚本 comp._addComponentInstance is not a function [ 92%]

prefab添加runtime脚本 comp._addComponentInstance is not a function laya.core.js:11586 Uncaught TypeError: comp._addComponentInstance is not a function     at Function.SceneUtils.createComp (laya.core.js:11586)     at Function.SceneUtils.createByData (laya.core.js:11507)     at Prefab.__pr...

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

4519. 使用多个时间轴动画 demo.ani(0,true,'name')失效 [ 92%]

LayaAir IDE 使用多个时间轴动画 demo.ani(0,true,'name')失效 //初始化引擎 Laya.init(600, 400); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/ui/boos.atlas", Laya.Handler.create(this, onLoaded));...

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

4520. 我在laya里面调用了别的js,h5没问题,打包app后会有问题么 [ 92%]

我在laya里面调用了别的js,h5没问题,打包app后会有问题么 2017-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 关于LayaNative不支持的元素可以...

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