• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,831 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0071 秒)

1021. 2.2.0使用2d粒子报错 [ 69%]

...粒子使用报错,按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

1022. video rmtp ERR_UNKNOWN_URL_SCHEME [ 69%]

...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

1023. view和panel关于mouseThrough的区别 [ 69%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。</p>          * @default false    不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。</p>          */ 20...

来源: Laya_社区 发布时间: 20180426

1024. laya.d3.core.TransLargeUBOUtils_API3.0 [ 69%]

...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

1025. laya.d3.renderobjs.nativeobj.NativeRenderGeometryElementOBJ_API3.0 [ 69%]

...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

1026. laya.d3.core.render.PostProcessRenderContext_API3.0 [ 69%]

...ce createRTByContextReleaseTexture Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1027. laya.display.css.TextStyle_API3.0 [ 69%]

...or underline underlineColor valign Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1028. 需与其它第三方平台对接的App打包的问题 [ 68%]

...mygame.com 2、平台登录:        http://passport.mygame.com/login?types=2     (types=2 表示登录成功) 3、跳至游戏页面: http://myTest.mygame.com/flexa ... 31518   (后跟类似用户名、密码的key、uid两个参数) 请问:发布成 app 时如何做对应? ...

来源: Laya_社区 发布时间: 20170705

1029. Templet资源删除不掉 [ 68%]

...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

1030. 二进制图片(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 68%]

...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