大约有 1,559 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0101 秒)
Laya_社区(1094) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(64) Laya3.0_文档(29) Laya2.0_示例(9) Laya_示例(9)
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
...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
[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
Laya.SoundManager.playSound 无法播放出音效 一开始是按照引擎示例,直接调用的 Laya.SoundManager.playSound("sfx/hit01.mp3",1); 但是发现不能正常播放,也没有任何错误提示 然后尝试先调用Laya.loader.load("sfx/hit01.mp3",new Laya.Handler(this,this.onBgmCompl...
来源: Laya_社区 发布时间: 20180422
...主要代码如下 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
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
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
...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
...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
...解决】 //方法一:直接异步加载 var layaMonkey:Sprite3D = scene.addChild(Sprite3D.load(url+"LayaScene_sharedunity/sharedunity.lh")) as Sprite3D; var zombieAnimator:Animator =layaMonkey.getChildAt(0).getComponentB...
来源: Laya_社区 发布时间: 20180122