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

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

601. as h5项目转小游戏 在微信开发者工具报错 [ 67%]

...包名 我换个包名就好了 2018-03-30 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 我们js合并自己的引擎库,你自定义这个应该没引进去,你手动操作吧 2018-03-24 0 1 分享 微博 QZONE 微信 熊猫大侠 赞同来自: 这个怎么解决啊 as H5的老项目...

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

602. laya.d3.core.MeshSprite3D [ 67%]

...No Frames MeshSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class MeshSprite3DInheritanceMeshSprite3D RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses MeshTerrainSprite3D, WaterSprite MeshSprite3D 类用于创建网格。 Public P...

来源: laya_api 发布时间: 20170929

603. [LayaAir3]laya3.2.4官方2d入门示例 导出微信小游戏无法运行 [ 67%]

[LayaAir3]laya3.2.4官方2d入门示例 导出微信小游戏无法运行 laya3.2.4创建2d入门示例  导出微信小游戏工程 再用微信小游戏ide(1.06.2503300 win32-64)打开工程  运行不了uidemo 而且 中间的“3d 混合”按钮消失 有大量文件加载失败: laya.core...

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

604. laya.d3.core.material.PBRSpecularMaterial [ 67%]

...es No Frames PBRSpecularMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRSpecularMaterialInheritancePBRSpecularMaterial BaseMaterial laya.resource.Resource PBRSpecularMaterial 类用于实现PBR(Specular)材质。 Public Properties Hide Inherited Public Pr...

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

605. Laya2.0做排行榜时发布到微信中报错 [ 66%]

Laya2.0做排行榜时发布到微信中报错 在laya2.0中,做排行榜,开放域接收主域的消息,发布到微信中会报错,有人清楚怎么回事吗? 2018-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

606. laya.d3.core.material.PBRStandardMaterial [ 66%]

...es No Frames PBRStandardMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRStandardMaterialInheritancePBRStandardMaterial BaseMaterial laya.resource.Resource PBRStandardMaterial 类用于实现PBR(Standard)材质。 Public Properties Hide Inherited Public Pr...

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

607. Laya2.2问题,有没有遇到的? [ 66%]

Laya2.2问题,有没有遇到的? 子域所有代码 (function () { 'use strict';  class GameConfig { constructor() { } static init() { var reg = Laya.ClassUtils.regClass; } } GameConfig.width = 640; GameConfig.height = 1136; GameConfig.scaleMode = "fixedwidth"; GameConfig.screenMode = "none";...

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

608. 阴影太浓怎么变淡?看到说directlight.ambientColor,但这ambientColor属性没有 [ 66%]

...关的链接 提交 3 个回复 uu4uu 赞同来自: 我将地面 var mat: Laya.StandardMaterial = (this.floor.getChildAt(0) as Sprite3D).meshRender.material as Laya.StandardMaterial; mat.ambientColor = new Vector3(0.5,0.5,0.5); 这样确实阴影变淡了,可地面也变色了。。。怎么办?...

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

609. laya.d3.core.material.PBRMaterial [ 66%]

...| Frames No Frames PBRMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRMaterialInheritancePBRMaterial BaseMaterial laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : B...

来源: laya_api 发布时间: 20170929

610. 2.0版本的子域还需要初始化MiniAdpter吗? [ 66%]

2.0版本的子域还需要初始化MiniAdpter吗? Laya.MiniAdpter.init(true,true); Laya.init(640,1136); 这样初始化,在opendata工程里会报错 Uncaught TypeError: Cannot read property 'init' of undefined at new Main (Main.ts:11) at Object.1../views/Rank (layaMaxUI.ts:1) at o (_prelude.j...

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