大约有 643 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0067 秒)
...敲hello world 例子,为什么不显示? 请问有没有方法能够获取“鼠标是否处于按下状态”? 加载到舞台的3D模型不显示贴图 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? 请问...
来源: Laya_社区 发布时间: 20170926
...存就会显示成负数 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 Tween没效果,对于渐变相机位移? 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 刮刮卡效果实现 LayaAir3D UnityPlug 1.7.13 导出刚体动...
来源: Laya_社区 发布时间: 20181026
...string Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...
来源: Laya3.0_api 发布时间: 20231102
... class MyItem extends Laya.GButton { //注意!在onConstruct里才可以获取子对象,建议在这里做初始化,不要在构造函数里做初始化 onConstruct() { //this.xx = this.getChild("xx"); //this.xx.on(Laya.Event.CLICK, this, this.onClick); } sayHello() { console.log("Hello from M...
来源: Laya3.0_文档 发布时间: 20251128
...lean): void Inherited from Node.active Defined in laya/display/Node.ts:655 获取自身是否激活。 Returns boolean 自身是否激活。 Inherited from Node.active Defined in laya/display/Node.ts:663 设置是否激活。 Parameters value: boolean 是否激活。 Returns void 自身是否激活...
来源: Laya3.0_api 发布时间: 20231115
...个的一个方法,走进了第二方法里 请问有没有方法能够获取“鼠标是否处于按下状态”? Dialog:屏蔽点击Dialog之外的区域关闭弹框 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 有...
来源: Laya_社区 发布时间: 20180306
...texture填充。 Graphics getBounds(realSize:Boolean = false):Rectangle 获取位置及宽高信息矩阵(比较耗CPU,频繁使用会造成卡顿,尽量少用)。 Graphics loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Function = null):void 加...
来源: Laya2.0_api 发布时间: 20190513
...是否只能通过绝对定位的方法来定义container的位 gps定位获取当前城市名字 Laya2.1.1.1/2/2.2.0关闭多点触摸后在android手机上双手6根手指不停点击出现项目崩溃问题 手游的时候一般会对堆栈信息进行一些上报用于定位问题,请问一下...
来源: Laya_社区 发布时间: 20180730
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...string Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...
来源: Laya3.0_api 发布时间: 20231102