大约有 900 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0053 秒)
...的例子可以上传一下的 peterpuppy • 2018-01-15 15:32 ``` public function update(delta:Number):Boolean { cur_time += delta; var distance_percent:Number = (cur_time / play_time) * (1 - Math.log(cur_time / play_time)); ani.x = startX + (endX - startX) * distance_percent ani.y = startY + (endY...
来源: Laya_社区 发布时间: 20180115
..."./res/apes/monkey2.png"; Laya.loader.load(path, Laya.Handler.create(this, function() { let tex = Laya.loader.getRes(path); let sp = new Laya.Sprite(); Laya.stage.addChild(sp); sp.graphics.drawTriangles( tex, 100, 0, new Float32Array([0,0,1,0,1,1,0,1]), new Float32Array([0,0,1,0,1,1,0,1]), new Uint1...
来源: Laya_社区 发布时间: 20190829
...romise) DOMException: play() 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-11-22 11:48 浏览: 1997 关注: 3 人 liner1457387450 • 2017-11-22 12:07 恩恩,谢谢,可以了
来源: Laya_社区 发布时间: 20171122
...x2d 是undefined 请问这里的 this 指向是 ?? contact.getHitInfo = function () { var manifold = new this.box2d.b2WorldManifold(); this.GetWorldManifold(manifold); var p = manifold.points[0]; p.x *...
来源: Laya_社区 发布时间: 20220819
...enderUpdatePre compileShader getInvertFront Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...l/build/warehouse1/warehouse1.lh", Laya.Handler.create(this, onComplete)); function onComplete() { //仓库原型 warehouse1 = Laya.Sprite3D.load("model/build/warehouse1/warehouse1.lh"); scene.addChild(warehouse1); warehouse1.transform.rotate(new Laya.Vector3(0, 90, 0), false, false); warehouse1.tra...
来源: Laya_社区 发布时间: 20180104
...微信上动态合批报错. 导微信小程序报错window.focus is not a function laya2 发布微信开放域工程,用微信开发者工具打开报错 用了ByteArray的zlib.min.js后报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play()...
来源: Laya_社区 发布时间: 20170330
...: 这是跑错的异常: Unsupported texture format - Texture2D::EncodeTo functions do not support compressed texture formats. UnityEngine.Texture2D:EncodeToPNG() LayaExport.DataManager:saveTextureFile(JSONObject, Texture2D, String, String, String) LayaExport.DataManager:saveLayaParticleLmatData(Mat...
来源: Laya_社区 发布时间: 20180907
...的错误 "Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided." 2018-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: ...
来源: Laya_社区 发布时间: 20180605
...件? 调用动画结束on方法,报错this.zombieAnimator.on is not a function Laya2.1.0 JS调用Java PlatformClass undefined .bat脚本能调用layaIDE的相关功能吗? Laya 2.7.0beta Scene与脚本的onAwake()与onEnable()调用时机存在问题 laya2.0调用scene.gc方法,再次加载...
来源: Laya_社区 发布时间: 20200509