大约有 3,276 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0064 秒)
Laya_社区(2760) Laya3.0_api(232) laya_api(121) Laya2.0_api(111) Laya2.0_文档(30) Laya3.0_文档(19) Laya_示例(2) Laya2.0_示例(1)
...onents/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpdate on...
来源: Laya3.0_api 发布时间: 20231115
...检查后重新编译。 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 iphone自带浏览器页面怎么锁定 关于场景编辑器的,用的最新版引擎 请问 《学习开发HTML5游戏《打地鼠》(La...
来源: Laya_社区 发布时间: 20170330
...侦听器能够接收事件通知,此侦听事件响应一次后则自动移除侦听。 如果侦听鼠标事件,则会自动设置自己和父亲节点的属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite parentRepaint(...
来源: laya_api 发布时间: 20170929
...方案 官网示例摇一摇报错,就解决方案 关于Dialog遮罩层移除解决问题的说明 问题状态 最新活动: 2018-08-14 17:23 浏览: 6325 关注: 5 人 Laya_XS • 2017-02-09 23:22 你为啥还用一个timer来检测?看代码没有发现问题,应该是你服务端的问题...
来源: Laya_社区 发布时间: 20170209
...白部分的颜色问题 IDE创建的UI 层级问题 关于Dialog遮罩层移除解决问题的说明 我这样载入场景问题出现在哪呢?? 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 问题状态 最新活动: 2018-12-24 15:00 浏览: 2624 关注: 2 人 ...
来源: Laya_社区 发布时间: 20181222
...onents/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpdate on...
来源: Laya3.0_api 发布时间: 20231115
...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...
来源: Laya3.0_api 发布时间: 20231115
...meout: Geolocation.timeout, maximumAge: Geolocation.maximumAge }); } /** * 移除<code>watchPosition</code>安装的指定处理器。 * @param id */ static clearWatch(id: number): void { Geolocation.navigator.geolocation.clearWatch(id); } 以下示例同第1节示例的测试方法相...
来源: Laya3.0_文档 发布时间: 20251010
...体 private createBitmapFont(v: string){ if(!v || v == ""){ return; } // 移除上次绘制的内容 for(var k=0;k<this.numChildren;k++){ Laya.Pool.recover("sprite",this._childs[k]); } this.removeChildren(); var charTotal: number = v.length; var charSps: any = ; for(var i=0;i<charTotal;i++){ v...
来源: Laya_社区 发布时间: 20161014
...-12-14 11:22 我这里为啥报错,animator里面添加了die就报错,移除就不报错 shiyang • 2020-12-14 11:22 之前用的其他版本导都是好的,换了2.9 就这样了 shiyang • 2020-12-14 11:25 我的unity版本 Unity 2018.4.7f1 (64-bit) 小小泽 จุ บ • 2020-12-14 11:...
来源: Laya_社区 发布时间: 20201212