大约有 1,539 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1228) Laya2.0_文档(80) Laya3.0_api(75) Laya_示例(42) Laya2.0_示例(40) Laya3.0_文档(33) Laya2.0_api(22) laya_api(19)
...也有这个问题。) reset() { this.releaseContext(); this.releaseFilterCache(); this.cacheAs = "none"; this.enableCanvasRender = false; this.userSetCache = "none"; this.cacheForFilte...
来源: Laya_社区 发布时间: 20210615
...游戏中切换动画无法显示 layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 打包QQ小游戏,rayCast发出的射线检测到的物体...
来源: Laya_社区 发布时间: 20250929
...微信小游戏运行时显示sprite位置会出现错误。图1和图2的text是直接放在Scene中的sprite,作为标记位置用。图一的AAAA是正常IDE和本地调试的显示位置,图2的AAAA是打包到微信后运行的位置,出现明显偏差。 附件 : --> 2025-06-18 添加评...
来源: Laya_社区 发布时间: 20250618
...于文本遮挡 laya3.3更新后,之前写好的拖拽地图无法使用 text富文本,溢出处理 截断显示省略号 存在异常 微信小游戏利用开放域好友关系链做排行榜 TS项目类引用关系与index里的js加载顺序冲突 调试时如何解决 关系链报错,没...
来源: Laya_社区 发布时间: 20251216
...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
...机。 可以创建的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
... 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
...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
...,还有在flashbuilder里运行也不行;环境搭建都根据官网,text控件也能显示出来了,现在发现是Laya.loader.getRes()为undefined导致,可是资源都预加载了的; 重要是,layaide能跑,为啥单独打开和fb里都不能跑呢?layaide有什么特殊配置...
来源: Laya_社区 发布时间: 20171222
...创建新的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