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

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

2531. worker.js 使用问题 [ 48%]

worker.js 使用问题 开启后报错如下Uncaught TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided.     at Texture2D.__proto._createWebGlTexture (laya.d3.js:33519)     at Texture2D.__proto.recreateResource (laya.d...

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

2532. spine 推荐使用方式 [ 48%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 使用钢体设置防穿后仍有几率会穿透 预设怎么在代码中...

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

2533. [LayaNative3]s_Blend 2与s_BlendDstRGB冲突 导致原生安卓闪退 [ 48%]

...会奔溃。  { "version": "LAYAMATERIAL:04", "props": { "textures": , "type": "BLINNPHONG", "renderQueue": 2000, "alphaTest": false, "materialRenderMode": 0, "s_Cull": 2, "s_BlendDstRGB": 7, "s_Blend": 2, "s_DepthTest": 1, "s_DepthWrite": true, "u_DiffuseColor": [ 1, 1, 1, 1 ], "u_MaterialSpecular...

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

2534. laya.physics.EdgeCollider_API3.0 [ 48%]

...PreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Inherited constructor Inherited property Inherited method Inherited accessor Class Class with type parameter Accessor Enumeration Interface

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

2535. socket.sent [ 48%]

...Mode = Laya.Stage.SCREEN_NONE; var uiResArr =[ {url:"res/atlas/comp.atlas",type: Laya.Loader.ATLAS}, ]; Laya.loader.load (uiResArr , Laya.Handler.create(this,this.onLoded));      //加载图片 this.byte = new Laya.Byte(); //这里我们采用小端 this.byte.endian = Laya.Byte.LITTLE_ENDIAN; th...

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

2536. [LayaAirIDE 2.0]Particle2D无法直接拖拽到场景中使用,望解决 [ 48%]

...cle2D无法直接拖拽到场景中使用,望解决 发布后文件内 {"type":"Particle2D","props":{"y":821,"x":239,"url":"effects/lizi02.part","runtime":"laya.particle.Particle2D"}运行报错 Uncaught Can not find class laya.particle.Particle2D 我将laya.particle.Particle2D 改成 Particle2D...

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

2537. laya.d3.core.light.Light_API3.0 [ 48%]

...ked destroyed enabled hideFlags id intensity lightWorldMatrix lightmapBakedType shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResolution shadowStrength Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPos...

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

2538. 更新到1.7.6beta之后,HBox有bug [ 48%]

...自: Laya.init(1200, 400); Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); function onLoaded(): void { var hbox: laya.ui.HBox = new laya.ui.HBox(); for (var i: number = 0; i < 10; i++) { var skin: string; switch (i) { case 0: skin = "co...

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

2539. laya.physics.joint.PrismaticJoint_API3.0 [ 48%]

...PreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Property Accessor Inherited constructor Inherited property Inherited method Inherited accessor Enumeration Interface

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

2540. HSlider属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 48%]

...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.HSlider)。 ## 2、通过LayaAirIDE创建HSlider组件 ### 1.1 创建HSlider ​ 点击选择资源面板里的 HSlider 组件资源,拖放到页面编辑区,即可添加 HSlider 组件...

来源: Laya2.0_文档 发布时间: 20210715