大约有 911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0052 秒)
...at Module.load (node:internal/modules/cjs/loader:981:32) npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:822:12) npm ERR! at Module.require (node:internal/modules/cjs/loader:1005:19) npm ERR! at require (node:internal/modules/cjs/helpers:102:18) 请问有人...
来源: Laya_社区 发布时间: 20220406
...llInfo cullingSpotShadow cullDistanceVolume Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...t TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided. at Texture2D.__proto._createWebGlTexture (laya.d3.js:37225) at Texture2D.__proto.recreateResource (laya.d3.js:37271) at Texture2D.__proto.onAsynLoaded ...
来源: Laya_社区 发布时间: 20190323
..."./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
...oBuf 支持 as3 版本吗? 导微信小程序报错window.focus is not a function 微信小程序 发布后缺少app.json文件 请问layaair2.0-js 怎么用程序在list中添加多元素的item Layabox如何实现本地存储 本地调试加载本地图片都报错 laya支持批处理调用js压...
来源: Laya_社区 发布时间: 20180114
...的例子可以上传一下的 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
...x2d 是undefined 请问这里的 this 指向是 ?? contact.getHitInfo = function () { var manifold = new this.box2d.b2WorldManifold(); this.GetWorldManifold(manifold); var p = manifold.points[0]; p.x *...
来源: Laya_社区 发布时间: 20220819
...romise) DOMException: play() 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-11-22 11:48 浏览: 1997 关注: 3 人 liner1457387450 • 2017-11-22 12:07 恩恩,谢谢,可以了
来源: Laya_社区 发布时间: 20171122
...其他地方使用会报错 导微信小程序报错window.focus is not a function 一个时间轴动画里创建的多个动画,怎么分别调用?如图 高频使用遮罩 导致手机扫码测试闪屏/黑屏 2.12.2 问题状态 最新活动: 2025-09-28 10:40 浏览: 630 关注: 2 人 哎呀...
来源: Laya_社区 发布时间: 20250928
...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