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

大约有 1,740 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0050 秒)

1241. IOS的safari浏览器打开h5项目demo,游戏场景偏移(附件有完整demo) [ 52%]

... laya.display.Text; import laya.ui.Image; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#235615"; //设置适配模式 Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage...

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

1242. laya.d3.core.FloatKeyframe_API3.0 [ 52%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Inherited property

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

1243. laya.particle.emitter.EmitterBase_API3.0 [ 52%]

...Class with type parameter Property Method Accessor Object literal Variable Function Type alias Enumeration Interface

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

1244. Laya整合echarts示例(TypeScript) [ 52%]

...是运行效果   以下是新建项目,修改后的onLoaded函数。 function onLoaded(): void { //laya相关代码 var div:any = Laya.Browser.document.createElement("div"); div.style.width = "600px"; div.style.height = "400px"; Laya.Browser.document.body.appendChild(div); var myChart = new Laya...

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

1245. 使用fairygui加载网络图片资源时,laya.core.js中的drawTexture会报错 [ 52%]

...textureLoaded,[tex,args]); }执行到这段时,报了tex.once不是一个function的错,但是Texture继承自EventDispatcher,有once这个方法的啊。 http://thirdqq.qlogo.cn/g?b=sdk&k=JZWZibBicdrSCiaPLgFPLd7Cw&s=100&t=1483308298这里,我加载的图片地址是这样。我...

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

1246. laya.d3.component.PostProcess_API3.0 [ 52%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface

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

1247. laya.net.LocalStorage_API3.0 [ 52%]

... getItem getJSON removeItem setItem setJSON Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

1248. laya.d3.graphics.SphericalHarmonicsL2_API3.0 [ 52%]

...tCoefficient setCoefficient setCoefficients Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface

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

1249. 浏览器最小化后降帧的问题 [ 52%]

...,0,100,100,"#FF0000"); Laya.stage.addChild(sp); Browser.window.setInterval(function():void { sp.x+=5; },100); 2017-06-02 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 w445015385 相关问题 发起问题须知,必看!!!不按提...

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

1250. 3D开启多线程报错 [ 52%]

...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_社区 发布时间: 20190227