大约有 195 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0057 秒)
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 缓动Tween能用在3D物体或者特效上面吗? btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? ...
来源: Laya_社区 发布时间: 20180726
...(!this.cubeP){ this.cubeP = this.scene.addChild(new Laya.Sprite3D()); this.cube = this.cubeP.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1, 1, 1))); let rigidbody = this.cube.addComponent(Laya.Rigidbody3D); rigid...
来源: Laya_社区 发布时间: 20200223
...框范围内显示,红框范围外不显示应该如何实现? 或者Sprite3D是否有方法能够将当前渲染导出到Sprite显示的方法呢? 附件 : --> 2017-02-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20170209
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf...
来源: Laya_社区 发布时间: 20171125
...port class RuntimeScript extends RuntimeScriptBase { onAwake(): void { let sprite3d: Laya.Sprite3D = this.scene3D.getChildByName("m_Sprite3D"); let ui3d: Laya.UI3D = sprite3d.getComponent(Laya.UI3D); let ui3d_root: Laya.Sprite = ui3d.sprite; console.log("ui3d_root", ui3d_root); let txtField: Laya.GT...
来源: Laya_社区 发布时间: 20251020
3D位置平移 版本 : 2.0.0bate4 , 对象Sprite3D 使用positon , localPosition , translate都不行. LayaAir 1.0版本的可以 , 这个应该是引擎的Bug吧 , 有解决方案吗 ???? 各位官方大神! 2018-11-06 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20181106
...(附demo) 一个简单的场景 如果我旋转图中 方框指示的sprite3d的rotation,会导致子物体TargetGuard的transform.position不正确,好像子节点属于的坐标系变动了? 比如说,绳子不旋转的时候,我在代码中动下面圆盘的transform.positionthis...
来源: Laya_社区 发布时间: 20171228
...Returns StaticBatchManager Methods Static combine combine(staticBatchRoot: Sprite3D, renderableSprite3Ds?: RenderableSprite3D[]): void Defined in laya/d3/graphics/StaticBatchManager.ts:38 静态批处理合并,合并后子节点修改Transform属性无效,根节点staticBatchRoot可为null,如...
来源: Laya3.0_api 发布时间: 20231102
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 缓动Tween能用在3D物体或者特效上面吗? 关于适配采用showAll后留白部分的颜色问题 IDE1.7.8 json图集加载问题 btn 鼠...
来源: Laya_社区 发布时间: 20180524
...的说ShurikenParticle3D.particleSystem的,我首先获取了粒子作为Sprite3D,这个可以获取到this.bow = this.scene3D.getChildByName("Bow") as Laya.Sprite3D; 然后我拿不到他的粒子系统,var par: Laya.ShurikenParticleSystem= this.bow.getComponent(Laya.ShurikenParticleSystem);...
来源: Laya_社区 发布时间: 20181218