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

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

701. laya.d3.core.material.ExtendTerrainMaterial_API3.0 [ 64%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/ExtendTerrainMaterial" ExtendTerrainMaterial Class ExtendTerrainMaterial ... author ... Hierarchy Material ExtendT...

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

702. 在微信小游戏里多次调用playsound播放同一个音效会报警告,报重复加载 [ 64%]

...ndmanager里面playsound方法 // if (!Browser.onMiniGame) // { // tSound= Laya.loader.getRes(url); // } tSound= Laya.loader.getRes(url); 改成这样 2018-05-10 0 0 分享 微博 QZONE 微信  赞同来自: 图在这里 2018-05-10 0 0 分享 微博 QZONE 微信  赞同来自: 没人知道? ...

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

703. [LayaAir3]laya3引用npm的库有问题 [ 64%]

[LayaAir3]laya3引用npm的库有问题 LayaAir3.1.6 npm安装了phase-sdk之后编译报错Phase is not defined,运行项目之后还会有一个Buffer is not defined,调用的都是node_modules内定义好的。   工程demo已上传,解压后npm i即可,该项目使用的node版本是20...

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

704. Laya.SoundManager.playSound 无法播放出音效 [ 64%]

Laya.SoundManager.playSound 无法播放出音效 一开始是按照引擎示例,直接调用的 Laya.SoundManager.playSound("sfx/hit01.mp3",1); 但是发现不能正常播放,也没有任何错误提示 然后尝试先调用Laya.loader.load("sfx/hit01.mp3",new Laya.Handler(this,this.onBgmCompl...

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

705. 二进制文件打包后,读取不到zip包内的文件 [ 64%]

...主要代码如下    let loaditem = [{ url: "test.zip", type: Laya.Loader.PLFB }]         Laya.loader.load(loaditem, Laya.Handler.create(this, function (res) {             let item = 'res/layabox.png'             let getres = Laya.loader.getRes(i...

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

706. laya.physics.PhysicsDebugDraw_API3.0 [ 64%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/PhysicsDebugDraw" PhysicsDebugDraw Class PhysicsDebugDraw 物理辅助线,调用PhysicsDebugDraw.enable()开启,或者...

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

707. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 64%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/ShurikenParticleMaterial" ShurikenParticleMaterial Class ShurikenParticleMaterial ShurikenParticleMaterial...

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

708. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 64%]

...mes ShuriKenParticle3DProperties | Methods | Events | Constants Packagelaya.d3.core.particleShuriKenClasspublic class ShuriKenParticle3DInheritanceShuriKenParticle3D RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object ShuriKenParticle3D 3D粒子。 Public Properties Hide Inheri...

来源: laya_api 发布时间: 20170929

709. laya.ani.bone.Skeleton [ 64%]

...Index | Frames No Frames SkeletonProperties | Methods | Events Packagelaya.ani.boneClasspublic class SkeletonInheritanceSkeleton Sprite Node EventDispatcher Object 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Public Properties Hide Inherited Public Properties Show Inher...

来源: laya_api 发布时间: 20170929

710. 获取lh动画控制失败【已解决】 [ 64%]

...解决】   //方法一:直接异步加载             var layaMonkey:Sprite3D = scene.addChild(Sprite3D.load(url+"LayaScene_sharedunity/sharedunity.lh")) as Sprite3D;                          var zombieAnimator:Animator =layaMonkey.getChildAt(0).getComponentB...

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