大约有 445 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0059 秒)
...tion): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事...
来源: Laya3.0_api 发布时间: 20231115
...,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式有最大2048大小限制,会额外增加内存开销,不断重绘时开销比较大,但是会减少drawcall,渲染性能最高。 webgl下命令缓存模式只会减少...
来源: laya_api 发布时间: 20170422
...int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Arra...
来源: Laya2.0_api 发布时间: 20190513
...改怎么用呢 laya2.0 async怎么用呢? ConchJNI.callConchJSFunction(arg0, arg1, arg2) 这个能用吗?要怎么用呢? 问题状态 最新活动: 2017-08-18 11:49 浏览: 1153 关注: 2 人 godssl • 2017-08-18 14:28 我用: exactfit 这个模式 源码里面没有针对这个模式进行...
来源: Laya_社区 发布时间: 20170818
...tion): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事...
来源: Laya3.0_api 发布时间: 20231115
...侦听器。 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知。 EventDispatcher once(type:String, caller:*, listener:Function, args:Arra...
来源: laya_api 发布时间: 20170929
...么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Args 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 请问在layaIDE里,怎么调用微信小程序API 编译调试启动chrome出现错误: Error processing l...
来源: Laya_社区 发布时间: 20180726
...,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式有最大2048大小限制,会额外增加内存开销,不断重绘时开销比较大,但是会减少drawcall,渲染性能最高。 webgl下命令缓存模式只会减少...
来源: laya_api 发布时间: 20170422
...rome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可...
来源: Laya_社区 发布时间: 20180402
...,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性...
来源: Laya2.0_api 发布时间: 20190513