大约有 549 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0039 秒)
Laya_社区(318) Laya3.0_api(158) Laya2.0_文档(35) Laya3.0_文档(16) Laya2.0_示例(7) laya_api(7) Laya_示例(6) Laya2.0_api(2)
...timer.frameLoop(1, this, this.Step); } public Step() { this.world.step(1 / 60); } 再把CANNON.Body包装成组件 export class CannonRigidbody extends Laya.Script3D { static map: { [key: number]: Laya.Sprite3D } = {}; body: CANNON.Body; t: Laya.Transform3D; public onCollisionCB: (s: Laya.Sprite3...
来源: Laya_社区 发布时间: 20200217
... 1 个回复 Monica - 知识达人 赞同来自: 我这边测试稳定在60帧,并没有看到你说的只有10帧 2017-09-15 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 15068753667 相关问题 两个对象new了一个相同的...
来源: Laya_社区 发布时间: 20170915
....clone()); a.transform.translate(new Laya.Vector3(0,1.38,-60))//transform.localPositionX-=2; a.transform.scale = new Laya.Vector3(10,10,10) a.transform.rotate(new Laya.Vector3(0, 90, 0), false, false); scene.addChild(a...
来源: Laya_社区 发布时间: 20200107
...信 Victor 赞同来自: 我的项目也增加了内存,差不多增加60M 2017-03-21 0 0 分享 微博 QZONE 微信 DemonWu 赞同来自: 这是我的demo Demo.rar 2017-03-21 0 0 分享 微博 QZONE 微信 archerxy 赞同来自: 我的项目不打开30m,打开后45m 2017-03-21 0 2 分享 微博...
来源: Laya_社区 发布时间: 20170321
...画纸,不可能凭空作画。 帧数越高画面越流畅,通常是60帧是满帧,但设备的不同会有所差异,有的机型上可以达到90帧满帧或者120帧满帧。 LayaAir画布的大小,取决于我们游戏自己设置的设计宽高以及LayaAir引擎中屏幕适配,如...
来源: Laya3.0_文档 发布时间: 20230303
...,我查了下原因是骨骼动画没有做缓存,我加了缓存之后60个角色效率从10帧变成了满帧。 2018-12-13 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: ts 与js 语言 在场景里套场景 不能自动注册是找不到ui的,给场景的runtime 挂一个runtime ...
来源: Laya_社区 发布时间: 20181213
...样式 file.style="filter:alpha(opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="file";//设置类型是file类型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; Browser.document.body.appendChild(file);//添加到页...
来源: Laya_社区 发布时间: 20180529
...public function LayaAirTest() { Laya.init(600, 300); var txt:Text = new Text(); txt.text = "abc"+Laya.timer.currTimer; txt.color = '#FF0000'; txt.fontSize...
来源: Laya_社区 发布时间: 20170429
...: string, defValue?: boolean): boolean Defined in laya/html/HtmlElement.ts:60 Parameters attrName: string Optional defValue: boolean Returns boolean getAttrFloat getAttrFloat(attrName: string, defValue?: number): number Defined in laya/html/HtmlElement.ts:56 Parameters attrName: string Optional defV...
来源: Laya3.0_api 发布时间: 20231115
...ount += getIsStrokeWithAngel(30.0);\r\nstrokeCount += getIsStrokeWithAngel(60.0);\r\nstrokeCount += getIsStrokeWithAngel(90.0);\r\nstrokeCount += getIsStrokeWithAngel(120.0);\r\nstrokeCount += getIsStrokeWithAngel(150.0);\r\nstrokeCount += getIsStrokeWithAngel(180.0);\r\nstrokeCount += getIsStrokeWi...
来源: Laya_社区 发布时间: 20190528