• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 283 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0063 秒)

201. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 46%]

...t_point.skin = PathData.game_path + 'zd2.png'     }      /** 移除在物体上边的描边 */     public RemoveCommandBuffer_Outline(): void{         if(this.renders.length == 0 || !this.isUseOuline) return;         this.renders = [];         this...

来源: Laya_社区 发布时间: 20210203

202. Native下http请求,Error事件中的error对象错误码全都是404 [ 45%]

...est发送Post请求有Bug? 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 使用getChildByName()无法得到子节点...

来源: Laya_社区 发布时间: 20180528

203. laya.ui.Slider [ 44%]

...所有侦听器。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知。 如果...

来源: Laya2.0_api 发布时间: 20190513

204. laya.ui.FontClip [ 44%]

...所有侦听器。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知。 如果...

来源: Laya2.0_api 发布时间: 20190513

205. laya.d3.core.scene.Scene [ 43%]

...侦听器能够接收事件通知,此侦听事件响应一次后则自动移除侦听。 如果侦听鼠标事件,则会自动设置自己和父亲节点的属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite parentRepaint(...

来源: laya_api 发布时间: 20170929

206. laya.ani.bone.Skeleton [ 43%]

...所有侦听器。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知。 如果...

来源: Laya2.0_api 发布时间: 20190513

207. 获取位置信息 · LayaAir3.0文档 · LAYABOX [ 42%]

...meout: Geolocation.timeout, maximumAge: Geolocation.maximumAge }); } /** * 移除<code>watchPosition</code>安装的指定处理器。 * @param id */ static clearWatch(id: number): void { Geolocation.navigator.geolocation.clearWatch(id); } 以下示例同第1节示例的测试方法相...

来源: Laya3.0_文档 发布时间: 20230725

208. laya.ui.TextArea [ 42%]

...所有侦听器。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知。 如果...

来源: Laya2.0_api 发布时间: 20190513

209. laya.device.media.Video [ 42%]

...所有侦听器。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知。 如果...

来源: Laya2.0_api 发布时间: 20190513

210. 为什么会出现报错 ani not found:ufo1_down [ 41%]

... role.y += role.speed; // 判断飞机是否移动到舞台外部,然后移除回收 if(role.y>1000 || !role.visible || (role.isBullet && role.y < -20)){ // 从舞台移除 role.removeSelf(); // 回收前重置属性信息 role.isBullet = false; role.visible = true; // 回收到对...

来源: Laya_社区 发布时间: 20170525