大约有 445 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0063 秒)
...rome出现错误: Error processing launch: Error Could not attach to main target Laya mac版的IDE 是没测试就上线了吗? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 官方新...
来源: Laya_社区 发布时间: 20181022
...,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性...
来源: Laya3.0_api 发布时间: 20231115
...示异常if (!tex.loaded){ tex.once("loaded",this,this._textureLoaded,[tex,args]); 编辑了好几次,这个代码的功能似乎有点问题。 代码现在是这个yang样子的: public function LayaSample() { //初始化引擎 ...
来源: Laya_社区 发布时间: 20170918
...svm_value jsSetAchievement(jsvm_env env, jsvm_callback_info info) { size_t argc = 1; jsvm_value args[1]; jsvm_value _this; JSVM_CALL_CHECK(jsvm_get_cb_info(env, info, &argc, args, &_this, nullptr)); bool success = SteamManager::GetInstance()->SetAchievement(achievementID); jsvm_value resu...
来源: Laya3.0_文档 发布时间: 20251010
...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
...定的层级位置可使用此方法 批量添加子节点addChildren(...args:any[]) 直接把一组子节点按顺序添加到父节点下,相当于循环调用一次addChild子节点 查找 根据名字,获取子节点对象getChildByName(name: string) 当我们知道某个节点的名字时...
来源: Laya3.0_文档 发布时间: 20251010
...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
...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
...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
...ommand": "${workspaceRoot}/.laya/astool/layajs", "isShellCommand": false, "args": ["${workspaceRoot}/.actionScriptProperties;iflash=false;windowshow=false;chromerun=false;quickcompile=true"], "showOutput": "always" } 感觉这里都跟 模板的一样了啊,要怎么改? 2017-08-30 添加评论 ...
来源: Laya_社区 发布时间: 20170830