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

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

681. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 48%]

...tor3(0, 1, 0);         //预加载所有资源         let resource = ["Export/LayaScene_JJF/Conventional/JJF.lh"];         Laya.loader.create(resource, Laya.Handler.create(this, this.onComplete));     }     onComplete(){         //创建场景        ...

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

682. 构建报错,TypeScript error: node_modules/@types/node/base.d.ts' not found. [ 47%]

...:34:09] Working directory changed to /Applications/LayaAirIDE.app/Contents/Resources/app [15:34:09] Using gulpfile ~/Git/WorkProject/StackBall/.laya/compile.js [15:34:09] Starting 'compile'... 出错了: TypeScript error: ../../../node_modules/@types/node/index.d.ts(58,22): Error TS6053: File '../.....

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

683. 发布的时候,报错 [ERROR] Cannot read property 'dom_parser' of undefined [ 47%]

...operty 'addChild' of null, location: /data/user/0/com.vivo.hybrid/app_resource/com.chenxing.vivominigame/jsfile:///C:\Users\74741\AppData\Roaming\Tencent\QQTempSys\OOY5$4OW5H`8`9%(9$)T67M.gifndle.js:0:0        [ERROR] (/opt/jenkins/workspace/vivo_vfile:///C:\Users\74741\AppData\Roaming\T...

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

684. 鸿蒙NEXT真机调试JavaScript · LayaAir3.3 · 引擎文档 · LAYABOX [ 47%]

... 使用DevEco Studio打开构建后的工程。 打开ohos/entry/src/main/resources/rawfile/config.ini,修改JSDebugMode的值,设置需要的调试模式。如图2-1所示, (图2-1) JSDebugMode的取值和含义如下: 取值 含义 0 关闭调试功能 1 Debug/Normal模式 2 Debug/Wait...

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

685. 通过PrimitiveMesh创建简单Mesh(ActionScript-3D基础(AS3)-LayaAir3D之模型和网格) [ 47%]

...ayaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.resource.models.PrimitiveMesh)。 创建时需注意的是,加载到场景中的引擎自带模型,轴心点在模型正中心,因此我们是以模型中心点为参考进行移动、旋转、缩放。加载到场景...

来源: Laya2.0_文档 发布时间: 20210715

686. 加载-加载序列 [ 47%]

...log("All done."); } } } } new laya.Loader_Sequence();package { import laya.resource.Texture; import laya.utils.Handler; public class Loader_Sequence { private var numLoaded:int = 0; private var resAmount:int = 3; public function Loader_Sequence() { Laya.init(500, 400); // 按序列加载 monkey2.png...

来源: Laya2.0_示例 发布时间: 20251209

687. HttpRequest问题 [ 47%]

...ian:“No 'Access-Control-Allow-Origin' header is present on the requested resource.” 这是错误信息。。网上查了些资料说是跨域问题。。但是我们请求的页面是微信支付里的。。微信那边说他们是单个post请求不存在跨域问题。。(┬_┬) qian • 2...

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

688. laya.d3.component.Component3D [ 47%]

...ent3DInheritanceComponent3D EventDispatcher ObjectImplements IUpdate, laya.resource.IDestroySubclasses Animator, AttachPoint, Collider, KeyframeAnimations, Script Component3D 类用于创建组件的父类。 Public Properties PropertyDefined By  destroyed : Boolean[read-only] 获取是否已销...

来源: laya_api 发布时间: 20170929

689. 手机打开游戏页面,一片空白是什么原因?电脑上是正常的 [ 47%]

... JS_Parse_Error.get (eval at <anonymous> (D:\LayaAirIDE\LayaAir1710N\resources\app\node_modules\layacmd\node_modules\uglify-js\tools\node.js:27:1), <anonymous>:86:23) 原本遇到的问题跟 https://ask.layabox.com/question/7069 一样 使用同样的方法npm install jsonc-parser后 ...

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

690. 加载-单一类型资源加载 [ 47%]

...new laya.Loader_SingleType();package { import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Loader_SingleType { public function Loader_SingleType() { Laya.init(550, 400); // 加载一张png类型资源 Laya.loader.load("../../res/apes/monkey0.png", Handler.cr...

来源: Laya2.0_示例 发布时间: 20251209