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

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

181. [LayaAir3]从3.0.9开始纹理对象再次使用,会出现闪烁 [ 66%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 纹理平铺怎么做 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 编译调试启...

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

182. laya.d3.terrain.TerrainChunk [ 66%]

....d3.terrainClasspublic class TerrainChunkInheritanceTerrainChunk RenderableSprite3D Sprite3D Node EventDispatcher Object TerrainChunk 类用于创建地块。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否...

来源: Laya2.0_api 发布时间: 20190513

183. 3D怎么使用canvas渲染,无论怎么看都是webgl [ 65%]

...ya.Vector3( -15, 0, 0), true, false); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); alert(Laya.Render.isWebGL) 2018-06-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关链...

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

184. as中BoxCollider引入了,但是运行时候还是提示null [ 65%]

...信 bing8310124 赞同来自: 已解决! //仓库原型 var warehouse1:Sprite3D = scene.addChild(Sprite3D.load("model/warehouse/warehouse.lh")) as Sprite3D; warehouse1.transform.rotate(new Laya.Vector3(0, 0, 0), false, false); warehouse1.transform.translate(new Laya.Vector3(-25,0,0),false); var wa...

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

185. 3D基础显示对象 · LayaAir3.0文档 · LAYABOX [ 65%]

...用于创建简单网格 注意:这里还不是最终场景中看到 Sprite3D。 用 createBox 来举例,看下API是如何创建网格: /** * 创建Box网格。 * @param long 半径 * @param height 垂直层数 * @param width 水平层数 * @return */ static createBox(long: number = 1, ...

来源: Laya3.0_文档 发布时间: 20240624

186. texture2DsetPixel纹理rgba数据之后会随着窗口缩放,渐变成黑色 [ 65%]

...着窗口缩放,渐变成黑色 export class Texture2dTest { private sprite3D:Laya.Sprite3D; private readonly AllPng:string[] = ["pic-001.png","output-06.png"]; private texture:Laya.Texture2D; private box; constructor(){ Laya3D.init(0, 0); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stag...

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

187. 分享:SWF LABEL标签使用! [ 65%]

...A页面派发 B页面侦听) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 分享:适配LayaAir版本PureMVC框架 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'N...

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

188. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 65%]

...lass ShuriKenParticle3D ShuriKenParticle3D 3D粒子。 Hierarchy RenderableSprite3D ShuriKenParticle3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_P...

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

189. laya.d3.core.pixelLine.PixelLineSprite3D [ 65%]

...tationAll Packages | All Classes | Index | Frames No Frames PixelLineSprite3DProperties | Methods | Events Packagelaya.d3.core.pixelLineClasspublic class PixelLineSprite3DInheritancePixelLineSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object PixelLineSprite3D 类用于像素...

来源: Laya2.0_api 发布时间: 20190513

190. 物理刚体(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 65%]

...script //新建一个球体模型并添加到舞台上 var sphere:Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(PrimitiveMesh.createSphere(1))) as Laya.MeshSprite3D; //新建一个球形碰撞盒 var sphereShape:Laya.SphereColliderShape = new Laya.SphereColliderShape(1); //给球添加...

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