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

大约有 1,539 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)

1431. _calculateCacheRect函数有bug [ 47%]

...也有这个问题。)    reset() {             this.releaseContext();             this.releaseFilterCache();             this.cacheAs = "none";             this.enableCanvasRender = false;             this.userSetCache = "none";             this.cacheForFilte...

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

1432. [LayaAir3]3.3.2 spine打包颜色异常 [ 47%]

...游戏中切换动画无法显示 layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 打包QQ小游戏,rayCast发出的射线检测到的物体...

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

1433. [LayaAir3]新出的2D相机功能在IDE和Vs里运行都是正常的,但是打包到微信小游戏运行时显示sprite位置会出现错误 [ 46%]

...微信小游戏运行时显示sprite位置会出现错误。图1和图2的text是直接放在Scene中的sprite,作为标记位置用。图一的AAAA是正常IDE和本地调试的显示位置,图2的AAAA是打包到微信后运行的位置,出现明显偏差。 附件 : --> 2025-06-18 添加评...

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

1434. [LayaAirIDE3]laya3.3的2.5D瓦片怎么处理跟非瓦片精灵的遮挡关系 [ 46%]

...于文本遮挡 laya3.3更新后,之前写好的拖拽地图无法使用 text富文本,溢出处理 截断显示省略号 存在异常 微信小游戏利用开放域好友关系链做排行榜 TS项目类引用关系与index里的js加载顺序冲突 调试时如何解决 关系链报错,没...

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

1435. Uncaught TypeError: Cannot read property 'regClass' of undefined [ 46%]

...Uncaught getUint16 error - Out of bounds Uncaught Can not find class Laya.Text 运行报错 Uncaught Can not find scene:GameView.scene undefined Laya2.1.0 JS调用Java PlatformClass undefined Cannot read property 'displayObject' of null 浏览器运行提示TypeError: xxx is not a function Uncaught ...

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

1436. 层级面板 · LayaAir3.4 · 引擎文档 · LAYABOX [ 46%]

...机。 可以创建的2D节点有: 基础2D节点(Sprite、Animation、Text、SoundNode、VideoNode); UI组件(Box、HBox、VBox、Image、Clip、Button、CheckBox、Radio、RadioGroup、ComboBox、Label、TextInput、TextArea、FontClip、ProgressBar、HSilder、VSlider、List、Panel、T...

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

1437. 打飞机点开始游戏加载飞机动画不出来,点重新开始,才出来,新手求助! [ 46%]

... map.removeSelf() play.removeSelf() over = new GameOverUI() over.txt_score.text = "25" over.btn_restart.on(Event.MOUSE_UP,this,gameInit) Laya.stage.addChild(over); } hero类: (function() { function Hero(type, hp) { Hero.__super.call(this); this.fly(); } Laya.class(Hero,"Hero", Air); var _proto = H...

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

1438. prop 识别不到 [ 46%]

...IDE\resources\app\node_modules\rollup\dist\rollup.js:16065:38) at RollupContext.error (E:\LayaAirIDE\resources\app\node_modules\rollup-plugin-typescript2\dist\rollup-plugin-typescript2.cjs.js:17187:30) at lodash_3 (E:\LayaAirIDE\resources\app\node_modules\rollup-plugin-typescript2\dist\rollup-plugin...

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

1439. layaide里能运行正确,浏览器单独打开却失败 [ 46%]

...,还有在flashbuilder里运行也不行;环境搭建都根据官网,text控件也能显示出来了,现在发现是Laya.loader.getRes()为undefined导致,可是资源都预加载了的; 重要是,layaide能跑,为啥单独打开和fb里都不能跑呢?layaide有什么特殊配置...

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

1440. 按时间清理Laya.pool中缓存对象, 游戏大厅缓存问题 [ 46%]

...创建新的script节点 new_element1.setAttribute("type", "text/javascript"); // new_element1.setAttribute("src", jsPAth); //LayaNative不支持 new_element1.src = jsPAth document.body.appendChild(new_element1);//添加到body节点的末尾 new_element1.onload = fun }...

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