大约有 572 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
Laya_社区(374) Laya3.0_api(85) Laya2.0_文档(40) laya_api(28) Laya3.0_文档(21) Laya2.0_api(18) Laya_示例(6)
...nder 实例。 Returns SimpleSkinnedMeshRenderer Properties _bones _bones: Sprite3D[] = [] Inherited from SkinnedMeshRenderer._bones Defined in laya/d3/core/SkinnedMeshRenderer.ts:28 Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 _r...
来源: Laya3.0_api 发布时间: 20231115
....js:13226) at goldItemNode._onAdded (libs/laya.d3.js:10592) at Sprite3D._addComponentInstance (libs/laya.core.js:13244) at Sprite3D.addComponent (libs/laya.core.js:13291) at game_scene.showPlayerGold (js/bundle.js:278) at game_scene.onPreLoadFinish (js/bundle.js:210) ...
来源: Laya_社区 发布时间: 20200326
...球体模型并添加到舞台上 var sphere = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(1))); //新建一个球形的碰撞盒 var sphereShape = new Laya.SphereColliderShape(1); //给球添加刚体 var sphereRigid = sphere.addComponent(Laya.Rigidbody3D); //将碰撞盒...
来源: Laya2.0_文档 发布时间: 20210715
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 骨骼动画播放完后的回调时间 Animator 如何获取当前所有动画名称呢?或者所有的Animation...
来源: Laya_社区 发布时间: 20181213
...些! leeq3000 • 2016-12-28 15:48 这个方案也考虑了的,但是sprite3d不能显示图片,所以我自己写了个QuadMesh集成自PrimitiveMesh来做地图Tile用,但是这样的话所有地图都是sprite3d,效率会不会有影响呢(理论上2d sprite应该也是个quadmesh对...
来源: Laya_社区 发布时间: 20161226
...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用tt...
来源: Laya_社区 发布时间: 20190701
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 成都雨墨游戏 求 laya 程序开...
来源: Laya_社区 发布时间: 20181017
...为单实例组件。 Script owner : ComponentNode[read-only] 获取所属Sprite3D节点。 Component3D started : Boolean是否已执行start函数。Component3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Script() 创建一个新的 Script 实例...
来源: laya_api 发布时间: 20170929
...form.rotate(new Vector3(-30,0,0),true,false); var map:Sprite3D = Sprite3D.load("3d/zhuoZi/ZhuoZi.lh"); map.transform.localScale = new Vector3(0.1, 0.1, 0.1); scene.addChild(map); 附件 : --> 2017-03-14 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170314
...ader。 private loadEffectComplete():void{ var effect:Laya.Sprite3D = Laya.loader.getRes("res/effect/2/Conventional/bullet.lh"); this.compileShader(effect); //===========放心使用吧================= var myeffect:Laya.Sprite3D = effe...
来源: Laya_社区 发布时间: 20190404