大约有 3,291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0098 秒)
... VM42 game.js:4 at require (VM32 WAGame.js:1) at <anonymous>:1:1 at HTMLScriptElement.scriptLoaded (<anonymous>:18:21) at HTMLScriptElement.script.onload (<anonymous>:30:20) (anonymous) @ code.js? [sm]:1 require @ VM32 WAGame.js:1 (anonymous) @ VM32 WAGame.j...
来源: Laya_社区 发布时间: 20191116
...oto.run = function () { this.speed = 1; Laya.timer.frameLoop(1, this, () => { console.log(this.obstacle0.y, Laya.Browser.height); //this.obstacle0是一个精灵对象 this.obstacle0.y += this.speed; if (this.obstacle0.y > Laya.Browser.height) { this.obstacle0.removeSelf(); } }); } 2018-08-23 ...
来源: Laya_社区 发布时间: 20180823
...二,我把 .actionScriptProperties 修改到如下 ... <applications> <application path="Hello.as"/> </applications> .... 运行之后依旧显示'bitch'。(.project 中貌似没有设置主文档类的参数) ———————————— BTW,我把src目...
来源: Laya_社区 发布时间: 20170902
...json配置文件里的一个属性,这个东西可以这样找到 File -> Preference -> Settings 然后Search 一下 "nextgenas.java", 默认值是 null,你可以修改为自己喜欢的java路径,例如, "nextgenas.java":"/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/...
来源: Laya_社区 发布时间: 20170418
... a.Normalize(); base.gameObject.GetComponent<Rigidbody2D>().AddForce(a * num, ForceMode2D.Impulse); } private void AddPlayerForce(Collision2D collision, float playerStrong, float impulseForce) { if (playerStrong == 0f || impulseForce == 0f) { ...
来源: Laya_社区 发布时间: 20191028
laya打包native上传Google Play 后台报错 signal 5 (SIGTRAP), code 1 (TRAP_BRKPT) v8::base::OS::Abort() pid: 0, tid: 0 >>> com.fengliu.fkxyr <<< backtrace: #00 pc 00000000000160f0 /data/app/com.fengliu.fkxyr-1/lib/arm64/libv8_libbase.cr.so (offset 0xc000) (v8::base::OS:...
来源: Laya_社区 发布时间: 20200120
...r"); } function parseComplete() { Laya.stage.on(Event.CLICK, this, () => { mArmature = Laya.Pool.getItemByClass('Skeleton', Laya.Skeleton); mArmature.init(mFactory, 1); mArmature.x = mStartX; mArmature.y = mStartY; mArmature.scale(0.5, 0.5); mArmature.on(Event.STOPPED, this, ...
来源: Laya_社区 发布时间: 20181120
...加的元素始终保持在最底部显示? LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 Laya mac版的IDE 是没测试就上线了吗? 关于Laya实现Matter.js官方案例凹多边形的问题 成都雨墨游戏 求 laya 程序开发人员 unity 粒子特效 laya插件...
来源: Laya_社区 发布时间: 20180710
...unction(){ /** * 地板类 */ function Floor(){ //背景贴图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; Floor.__super.call(this); } //...
来源: Laya_社区 发布时间: 20160801
...,我这边出现黑屏之后去打印舞台对象(所有对象(stage->sprite->box->animation)初始化都正常)里面的属性全是0,没有成功渲染出来,但是帧刷新还没停,也没报错啥的
来源: Laya_社区 发布时间: 20180929