大约有 76 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
...被锁定, 无法添加新回复 发起人 YodaYu 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 解决跨域相关! laya针对页游耗用内存大的问题是如何解决的? 请问有没有方法能够获取“鼠标是否处...
来源: Laya_社区 发布时间: 20190510
...s/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:130:41) at new GameScene (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/src/GameScene.js:4:19) at HomePageUI.onGameStart (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/src/HomePage.js:78:27) at EventHandler.__p...
来源: Laya_社区 发布时间: 20180709
...e; camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SKY; var sky:Laya.SkyBox = new Laya.SkyBox(); sky.textureCube = Laya.TextureCube.load("skyBox/skyCube.ltc"); camera.sky = sky; } private _sprite3dURl:string = "LayaScene_ActionCheck/ActionCheck.lh"; wky379937316 • 2018-03-19 21:08...
来源: Laya_社区 发布时间: 20180317
...s/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:130:41) at new GameScene (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/src/GameScene.js:4:19) at HomePageUI.onGameStart (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/src/HomePage.js:78:27) at EventHandler.__p...
来源: Laya_社区 发布时间: 20180709
...组件 layanative2 打包android平台 报错 btCollisionObject undefined new Laya.Sprite();绘制图形以后,怎么删除释放资源? Laya3.0 中设置舞台背景透明无效 Laya3.0 2d粒子拖尾 2d三角面拖尾 分享:LayaAir下如何获取图集下的小图资源? 问题状态 最...
来源: Laya_社区 发布时间: 20241011
....lookup("awesomepackage.AwesomeMessage"); // Create a new message 创建一条协议内容 var message = AwesomeMessage.create({ awesomeField: "AwesomeString" }); // Verify the message i...
来源: Laya_社区 发布时间: 20170216
...制Image: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Image }) public img: Laya.Image; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ on...
来源: Laya3.0_文档 发布时间: 20251010
...money gaming, lotteries, or charitable donations, among other changes. All new apps must follow this guideline and we urge you to update your existing apps as soon as possible. If your existing app requires more time to implement the guidelines, we've provided an additional six months, until March 3...
来源: Laya_社区 发布时间: 20190909
...复问题请先登录 发起人 1565600494用户 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定...
来源: Laya_社区 发布时间: 20190910
...blic static boolean install(Context context, String filePath) { Intent i = new Intent(Intent. ACTION_VIEW); File file = new File(filePath); if (file != null && file.length() > 0 && file.exists() && file.isFile()) { i.setDataAndType(Uri.parse("file://" + filePath), "applica...
来源: Laya_社区 发布时间: 20160104