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

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

71. 【分享】通过命令行调用compile.js编译,不使用laya-cmd [ 91%]

...ess.fork(gulpDir, cmd,{silent: true})>>compile_temp.js echo fork1.stdout.on("data", (data) =^> {>>compile_temp.js echo let str = String(data)>>compile_temp.js echo console.log(str)>>compile_temp.js echo if(str.match(/^\s*Error\:/)){app.exit(1);return;}>>compile_temp....

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

72. laya.maths.Matrix_API3.0 [ 91%]

...rns Matrix 当前矩阵对象。 invertTransformPoint invertTransformPoint(out: Point): Point Defined in laya/maths/Matrix.ts:156 对指定的点应用当前矩阵的逆转化并返回此点。 Parameters out: Point 待转化的点 Point 对象。 Returns Point 返回out recover recover(): void Defi...

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

73. Laya2.0在qq小游戏加载3D场景报错 getUint16 error - Out of bounds​ [ 91%]

Laya2.0在qq小游戏加载3D场景报错 getUint16 error - Out of bounds​ 加载3D场景报错,在ide上面显示以下错误  getUint16 error - Out of bounds   附件 : --> 2020-01-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

74. laya.d3.math.BoundBox_API3.0 [ 91%]

...ameters destObject: BoundBox 克隆源。 Returns void getCenter getCenter(out: Vector3): void Defined in laya/d3/math/BoundBox.ts:68 获取中心点。 Parameters out: Vector3 Returns void getCorners getCorners(corners: Vector3[]): void Defined in laya/d3/math/BoundBox.ts:46 获取包围盒的8个...

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

75. 基于Cannon.js的物理系统(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 91%]

...t, this.ray); //创建CannonHitResult对象来存储射线检测结果 var out = new CannonHitResult(); //进行射线检测 this.scene.cannonPhysicsSimulation.rayCast(this.ray,out); //CannonHitResult对象的succeeded属性中会存储本次射线检测是否成功 if(out.succeeded) { //获取射...

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

76. destination-out做刮刮卡,鼠标移到边缘的某些地方会一直闪 [ 90%]

destination-out做刮刮卡,鼠标移到边缘的某些地方会一直闪 附件 : --> QQ录屏20200409135721.zip 2020-04-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这个功能...

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

77. 使用blendeMode = ‘destination-out’,圆形可以实现抠图功能,但是方形不能实现。 [ 90%]

使用blendeMode = ‘destination-out’,圆形可以实现抠图功能,但是方形不能实现。 参见新手教程 2018-11-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这个...

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

78. 【分享】 混合 模式destination-out做的 区域透明 效果 俗称抠图 的使用 [ 90%]

【分享】 混合 模式destination-out做的 区域透明 效果 俗称抠图 的使用          Laya虽小,五脏俱全。           大家好,本篇介绍一下混合出一块透明区域的效果,LayaAir的混合模式,destination-out ,可作为新手引导,子弹击穿...

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

79. 加载sk文件时,报Uncaught getUint16 error - Out of bounds [ 90%]

加载sk文件时,报Uncaught getUint16 error - Out of bounds 加载spine的sk文件时,报Uncaught getUint16 error - Out of bounds,是什么原因啊 2017-11-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回...

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

80. 基于Cannon.js的物理系统(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 90%]

...t, this.ray); //创建CannonHitResult对象来存储射线检测结果 var out: CannonHitResult = new CannonHitResult(); //进行射线检测 this.scene.cannonPhysicsSimulation.rayCast(this.ray,out); //CannonHitResult对象的succeeded属性中会存储本次射线检测是否成功 if(out.succeeded...

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