大约有 2,831 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0071 秒)
Laya_社区(1671) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(82) Laya2.0_示例(16) Laya_示例(11)
...粒子使用报错,按F12看到下面信息 laya.core.js:2554 Uncaught TypeError: Failed to execute 'attachShader' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLShader'. at ParticleShader._compile (VM258 laya.core.js:2554) at ParticleShader.recreateResource (VM258 laya....
来源: Laya_社区 发布时间: 20190906
...e src="rtmp://rtmp.open.ys7.com/openlive/2245d47a94b54c73bdbc628a10855c50" type="" /><source src="http://hls.open.ys7.com/openli ... ot%3B type="application/x-mpegURL" />'; videoElement.innerHTML = html; videoElement.controls = true; videoElement.autoplay = true; videoElement.preload = true...
来源: Laya_社区 发布时间: 20171031
...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。</p> * @default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。</p> */ 20...
来源: Laya_社区 发布时间: 20180426
...s.ts:19 subDataParamMap subDataParamMap: Map<string, UniformBufferParamsType> Defined in laya/d3/core/TransLargeUBOUtils.ts:21 Static addStep addStep: number = 512 Defined in laya/d3/core/TransLargeUBOUtils.ts:9 Static configStartLength configStartLength: number = 1024 Defined in laya/d3/core/...
来源: Laya3.0_api 发布时间: 20231102
...enderGeometryElement Index Properties _nativeObj Accessors bufferState drawType indexFormat instanceCount mode Methods clearRenderParams Properties _nativeObj _nativeObj: any Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderGeometryElementOBJ.ts:17 Accessors bufferState get bufferState(): BufferS...
来源: Laya3.0_api 发布时间: 20231115
...ce createRTByContextReleaseTexture Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...or underline underlineColor valign Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...mygame.com 2、平台登录: http://passport.mygame.com/login?types=2 (types=2 表示登录成功) 3、跳至游戏页面: http://myTest.mygame.com/flexa ... 31518 (后跟类似用户名、密码的key、uid两个参数) 请问:发布成 app 时如何做对应? ...
来源: Laya_社区 发布时间: 20170705
...rray = []; // assets.push({ url:"res/Dragon.png", type:Loader.IMAGE}); // assets.push({ url:"res/Dragon.sk", type:Loader.BUFFER }); // Laya.loader.load(assets, Handler.create(this, onAssetLoaded)); onAsse...
来源: Laya_社区 发布时间: 20160902
...XMLHttpRequest(); xhr.open("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObj...
来源: Laya2.0_文档 发布时间: 20210714