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

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

211. 物理引擎-布 [ 67%]

...GN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; Stat.show(); setup(); })(); function setup() { initMatter(); initWorld(); Laya.stage.on("resize", this, onResize); } function initMatter() { var gameWorld = new Sprite(); Laya.stage.a...

来源: Laya_示例 发布时间: 20241124

212. DialogManager默认是添加到Laya.stage上会导致非引擎的显示对象无法永远处于最上层! [ 67%]

...1.dialog对象父容器是dialogManager,引擎层会自动在dialog对象show的时候判断是否存在dialogManager对象,如果没有则实例化一个dialogManager并添加到舞台上,此时如果dialogManager在显示列表中的层级为最上层,从而就会遮挡自己永远停留...

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

213. 粒子编辑器黑屏 [ 67%]

...nnot read property 'addChild' of null     at Function.ViewRenderManager.show (file:///E:/LayaAirIDE_1.7.10_beta/resources/app/out/vs/layaEditor/h5/layabuilder.max.js:15196:27)     at ParticleScene.__proto.show (file:///E:/LayaAirIDE_1.7.10_beta/resources/app/out/vs/layaEditor/h5/layabuilder.ma...

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

214. laya.ui.Dialog [ 67%]

...置前述属性为空 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : ...

来源: laya_api 发布时间: 20170929

215. laya.d3.graphics.VertexBuffer3D [ 67%]

...创建顶点缓冲。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By _bindedIndexBuffer : *[static] Buffer _bindedVertexBuffer : *[static] Buffer bufferUsage : int[read-only] Buffer _byteLength : int = 0Buffer  canRead : Boolean[read-onl...

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

216. laya.d3.core.trail.TrailRenderer [ 66%]

...建拖尾渲染器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By bounds : Bounds[read-only] 获取包围盒,只读,不允许修改其值。 BaseRender castShadow : Boolean 获取是否产生阴影。 BaseRender enable : Boolean 获取...

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

217. 材质-BlinnPhong-漫反射贴图 [ 66%]

...tage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene = Laya.stage.addChild(new Laya.Scene()); var camera = (scene.addChild(new Laya.Camera(0, 0.1, 100))); camera.transform.translate(new Laya.Vector3(0, 0.5, 1.5)); camera.transform.rotate(new Laya.Vector3(-15, ...

来源: Laya_示例 发布时间: 20241124

218. laya.d3.core.material.PBRSpecularMaterial [ 66%]

...PBR(Specular)材质。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  albedoColor : Vector4 获取反射率颜色。 PBRSpecularMaterial  albedoColorA : Number 获取反射率颜色A分量。 PBRSpecularMaterial  albedoColorB : Number ...

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

219. laya.d3.core.material.PBRStandardMaterial [ 66%]

...PBR(Standard)材质。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  albedoColor : Vector4 获取漫反射颜色。 PBRStandardMaterial  albedoColorA : Number 获取反射率颜色Z分量。 PBRStandardMaterial  albedoColorB : Number ...

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

220. laya.map.TileAniSprite [ 66%]

...(TileAniSprite)) Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高...

来源: laya_api 发布时间: 20170929