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

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

2271. laya.resource.BaseTexture_API3.0 [ 41%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/BaseTexture" BaseTexture Class BaseTexture BaseTexture 纹理的父类,抽象类,不允许实例。 Hierarchy Resource BaseTexture ...

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

2272. 微信小游戏报错 the .lh file root type must be Scene [ 41%]

...1.7.17beta private screen3DPath: string = "res/layaScene/xiangsuqiche.ls"; public LoadScene3D(): Laya.Scene { console.log("screen#DPath = " + this.screen3DPath); let scene: Laya.Scene = Laya.Scene.load(this.screen3DPath); Laya.stage.addChildAt(scene, 0); this.InitCamera(scene); return scene; } 微...

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

2273. destination-out 叠加模式问题 [ 40%]

...maskArea:Sprite; private var sp:Sprite; private var guideContainer:Sprite; public function openPoison():void { mapData = mapSession.mapData; guideContainer=new Sprite(); guideContainer.cacheAs = "bitmap"; this.addChild(guideContainer); maskArea = new Sprite(); maskArea.alpha = 0.3; maskAre...

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

2274. 请大家帮助优化一下这个抛物线的代码 [ 40%]

... = false; private body:Laya.Sprite; constructor(){ super(); this.init(); } public init():void{ if(!Ball.cached){ Ball.cached = true; this.body = new Laya.Sprite(); this.body.loadImage("war/ball.png"); this.body.pivot(12,12); } this.addChild(this.body); Laya.timer.frameLoop(1,this,this.animate); } pr...

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

2275. 关于适配模式 Laya.Stage.SCALE_FIXED_AUTO [ 40%]

...比缩放会变型,stage的宽高等于设计宽高。*/         public static const SCALE_EXACTFIT:String = "exactfit"; 2018-08-06 0 6 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: http://ldc.layabox.com/doc/?nav=zh-as-1-8-3  这篇文档有详解,相信看过之后对这一系...

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

2276. laya.d3.math.native.ConchVector3_API3.0 [ 40%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchVector3" ConchVector3 Class ConchVector3 Vector3 类用于创建三维向量。 Hierarchy ConchVector3 Implements IClone Ind...

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

2277. NevMesh.Js你可以在Laya引擎中直接使用的AI寻路 [ 40%]

...undle.js");前面。   NevMesh.js的Demo和演示: 演示: womenzhai.cn/public/NevM…     demo项目地址: github.com/lear315/Nev…   附件 : --> NevMesh.rar 2020-12-04 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

2278. laya.d3.core.MeshRenderer_API3.0 [ 40%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/MeshRenderer" MeshRenderer Class MeshRenderer MeshRenderer 类用于网格渲染器。 Hierarchy BaseRender MeshRenderer SkinnedMeshRend...

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

2279. 播放动画(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 40%]

...码,运用播放动画名方式,效果如(图6)。 ```typescript public function onComplete():void{ ................. var monkey:Sprite3D = Loader.getRes("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh"); //加载到场景 scene.addChild(monkey); //让摄影机指向角色 camera.transfor...

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

2280. Resources already exist,is repeated loading 加载特效报重复加载 [ 40%]

....create(this, this.onAssetsLoaded), null, Loader.JSON);     }      public onAssetsLoaded(settings: ParticleSetting): void {         this.sp = new Particle2D(settings);         this.sp.emitter.start();         this.sp.play();         Laya.stage.addChild(this.sp...

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