大约有 3,176 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0072 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) Laya_示例(52) Laya2.0_示例(18)
...te的宽高和点击区域? 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 龙骨skeleton鼠标点击区域的设置 anchor锚点设置不生效 关于同为object层,层级设置无效的问题 Laya3D里的material可以设置flat sh...
来源: Laya_社区 发布时间: 20180707
...,你设置下下面的代码看下: list.scrollBar.touchScrollEnable=false; list.scrollBar.mouseWheelEnable=false; 2017-09-21 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 XiaozeRain 相关问题 iphone自带浏览器页面怎么...
来源: Laya_社区 发布时间: 20170921
...3(0, 0.5, 1)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh"));class Sprite3DLoad { constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL...
来源: Laya_示例 发布时间: 20241119
...时间 ios原生回调问题 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 Skeleton 类播放完成一遍后有没事件或者回调 load 加载完图集 回调函数可以传...
来源: Laya_社区 发布时间: 20171109
... 什么感觉无效啊,还需要其它处理吗? 我把panel visible为false是下面的元件(iamge)可以单击,但是mouseThrough 为 true 就不行, this._imgHome.mouseThrough = true; this._sprHome.mouseThrough = true; this.panel.mouseThrough = true; 附件 : --> T29_cityTest2048_-...
来源: Laya_社区 发布时间: 20180504
...所设置时长。 Static enableHighAccuracy enableHighAccuracy: boolean = false Defined in laya/device/geolocation/Geolocation.ts:36 如果enableHighAccuracy为true,并且设备能够提供一个更精确的位置,则会获取最佳可能的结果。 请注意,这可能会导致较慢的响应...
来源: Laya3.0_api 发布时间: 20231115
...tor3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); let directionLight = new Laya.DirectionLight(); scene.addChild(directionLight); let mat = directionLight.transform.worldMatrix; mat.setForward(new Laya.Vector3(1.0, -1.0, -1.0)); directionLight.transform.worldMatrix...
来源: Laya_社区 发布时间: 20200915
...交 1 个回复 cuixueying 赞同来自: list.scrollBar.mouseWheelEnable=false; 2017-04-27 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 qq502416708 相关问题 List滑动条会引起单元格上的按钮点击后多次触发点击事...
来源: Laya_社区 发布时间: 20170427
...ition.z); this._setTransformFlag(Laya.Transform3D.TRANSFORM_WORLDPOSITION, false); } if (force || this._getTransformFlag(Laya.Transform3D.TRANSFORM_WORLDQUATERNION)) { var shapeRotation = this._colliderShape.localRotation; var btRotation = CannonPhysicsComponent._btQuaternion0; var rotation = transf...
来源: Laya_社区 发布时间: 20210904
...mpler: number = 1 多重采样点个数。 Default value mipmap: boolean = false 是否生成mipmap。 Returns MulSampleRenderTexture Properties _generateMipmap _generateMipmap: boolean Inherited from RenderTextureCube._generateMipmap Defined in laya/d3/resource/RenderTexture.ts:129 _inPool _inPool:...
来源: Laya3.0_api 发布时间: 20231102