大约有 6,376 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0123 秒)
Laya_社区(5551) Laya2.0_文档(425) Laya3.0_文档(232) Laya3.0_api(63) Laya2.0_api(42) laya_api(37) Laya_示例(17) Laya2.0_示例(9)
.../../res/threeDimen/texture/layabox.png"); planeMat.albedo = new Laya.Vector4(0.9, 0.9, 0.9, 1); plane.meshRender.material = planeMat; var boxCollider = plane.addComponent(Laya.BoxCollider) as Laya.BoxCollider; boxCollider.setFromBoundBox(plane.meshFilter.sharedMesh.boundingBox); plane.name = "平面...
来源: Laya_社区 发布时间: 20180820
...js:217:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:194:7) at maybeClose (internal/child_process.js:899:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) killed: false, code: 1, signal: null, cmd: 'D:\\laya\\2.2.0\\resources\\app\\node_modules\\.bin\\t...
来源: Laya_社区 发布时间: 20190730
...该范畴),在一般的安卓机频繁刷新的界面的帧数保持在40帧到50帧之间,这个帧数是可以接受的。 注:对于开放域有动画的界面(当然一般不会把动画放在开放域。。卡不死你),因为开放域界面5帧刷一次,相当于开放域的实...
来源: Laya_社区 发布时间: 20181114
...d\test\android_studio\app\build\intermediates\split-apk\debug\slices\slice_4.apk F:\GWCT\Android\test\android_studio\app\build\intermediates\split-apk\debug\slices\slice_0.apk F:\GWCT\Android\test\android_studio\app\build\intermediates\split-apk\debug\slices\slice_1.apk F:\GWCT\Android\test\android_...
来源: Laya_社区 发布时间: 20190723
...个3d物体旋转+缩放的功能。也是用2d那边的方式。 2019-06-04 0 4 分享 微博 QZONE 微信 kura 赞同来自: 你应该是没有触摸到Scene3D,所以Scene3D没有触摸点。旋转缩放这些用2d的触摸就可以了。 2019-06-05 0 1 分享 微博 QZONE 微信 IBA 赞同来...
来源: Laya_社区 发布时间: 20190531
...MLDivElement(); div.innerHTML="<span style='font-weight:bold;" + "font:24px Arial' " + "color='red' " + "href='www.baidu.com'>" + "LayaBox</span><span>欢迎你的加入</span>" Laya.stage.addChild(div);2、获取Html文本的实际内容、获取html文本的实际宽高(c...
来源: Laya_社区 发布时间: 20161027
...ult: 0.5, range: [0.0, 1.0] }, u_TilingOffset: { type: Vector4, default: [1, 1, 0, 0] }, u_AlbedoColor: { type: Color, default: [1, 1, 1, 1] }, u_AlbedoColorScale: { type: Float, default: 1.0 }, u_AlbedoTexture: { type: Texture2D, options: { define...
来源: Laya_社区 发布时间: 20250428
...atic const k_triangleCategory = 0x2; public static const k_boxCategory = 0x4; public static const k_circleCategory = 0x8; public static const k_triangleMask = 0xF; public static const k_boxMask = 0xF ^ Physics_Physics_CollisionFiltering.k_circleCategory; public static const k_circleMask = Physics_Ph...
来源: Laya2.0_示例 发布时间: 20260303
背景音乐来回切换报错 07-16 13:28:21.072 1331-1384/com.layabox.game I/LayaBox: JCAudioManager::stopMp3 07-16 13:28:21.072 1331-1384/com.layabox.game E/LayaBox: >>>>>>>>>>>>>>>>>>>>>>>>>>>>className:layaair....
来源: Laya_社区 发布时间: 20190716
...aya.loader.getRes("res/island.png"); var tBall = Texture.create(t,866,190,548,305); var tTower = Texture.create(t,data.tower[towerLel].x,data.tower[towerLel].y,data.tower[towerLel].w,data.tower[towerLel].h); var tAeroboat = Texture.create(t,data.aeroboat[aeroboatLel].x , data.aeroboat[aeroboatLel].y...
来源: Laya_社区 发布时间: 20170720