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

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

81. 火狐浏览器上webgl异常 [ 66%]

...s not defined? unity到导出场景加载时抛异常,不知所措 修改stage的scale后,会发生异常情况 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上...

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

82. laya2.0转换2d坐标为3d的坐标的时候,不兼容oppo渠道 [ 66%]

...来自: 在Oppo平台我们是使用物理分辨率的,适配模式会对stage等比缩放。2d转3d接口在计算时使用的是渲染分辨率。你使用的2d点信息是没有计算缩放前的点,也就是设计分辨率下的2d点,两个参考系不一样,最后计算出来的3d点有...

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

83. laya.physics.PhysicsDebugDraw_API3.0 [ 66%]

...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX ske...

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

84. laya.html.dom.HTMLIframeElement_API3.0 [ 66%]

...xtWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea href innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrol...

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

85. laya.map.TileAniSprite_API3.0 [ 65%]

...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX ske...

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

86. 为什么会出现报错 ani not found:ufo1_down [ 65%]

...动的悲剧 this.bg = new BackGround(); // 把背景添加到舞台 Laya.stage.addChild(this.bg); // 加载图集资源 Laya.loader.load("res/atlas/war.json",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS); })(); function onLoaded(){ // 创建一个主角 this.hero = new Role(); // 初...

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

87. laya.html.dom.HTMLDivElement_API3.0 [ 65%]

...xtWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect...

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

88. laya.media.SoundNode_API3.0 [ 65%]

...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isMusic loop mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playEvent rotation scaleX scaleY sce...

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

89. laya.particle.Particle2D_API3.0 [ 65%]

...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize emitter filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect s...

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

90. 官方技术文档中的问题 [ 65%]

...r3D() {  //初始化引擎 Laya3D.init(0, 0, true);  //适配模式 Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE;  //开启统计信息 Laya.Stat.show();  //添加3D场景 var scene = Laya.stage.addChild(new Laya.Scene());  //添加照相机 var c...

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