大约有 13,393 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0173 秒)
Laya_社区(12267) Laya2.0_文档(489) Laya3.0_api(283) Laya3.0_文档(213) Laya2.0_api(49) laya_api(49) Laya_示例(25) Laya2.0_示例(18)
...的为什么,如果想执行js方法,用as的变量如何实现? 2016-07-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: xinje 如果'标题'是动态的,怎么实现?如下var...
来源: Laya_社区 发布时间: 20160723
...也没有脚本资源在里面,,这是什么问题? 附件 : --> 2017-02-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 问题一:游戏url地址,如果你是一个联网版本...
来源: Laya_社区 发布时间: 20170221
...,怎么办?设计模式下的控件位置,如何进行屏幕适配 2018-03-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 qian 赞同来自: https://ldc.layabox.com/doc/?nav=zh-as-1-8-4 看一下这个文...
来源: Laya_社区 发布时间: 20180302
...ilterPublic Constants ConstantDefined By ALIGNMENT_TRANSFORM_Z : int = 1[static] 轨迹准线_面向运动方向。TrailFilter ALIGNMENT_VIEW : int = 0[static] 轨迹准线_面向摄像机。TrailFilterProperty Detail_curtimepropertypublic var _curtime:Number = 0_lastPositionproperty public ...
来源: Laya2.0_api 发布时间: 20190513
as编译器1.7.5beta的问题 我们的as项目在编译器1.7.2下面运行正常,换了1.7.5beta之后确实编译快了很多,第一次编译也是能运行的,但第二次编译后会报一些方法为空,报空的方法是formatString,贴出了formatstring的完整代码,addAssets...
来源: Laya_社区 发布时间: 20170525
... let cans = document.getElementById("layaCanvas");; Laya.timer.frameOnce(1, this, () => { this.tempTexture2D.loadImageSource(cans, true); }); return this.tempTexture; } 2019-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20191016
...的问题,怎么破? Gzdaze.dialogList = [ STATIC_IMG_PATH+'img_dialog-1.png', STATIC_IMG_PATH+'img_dialog-2.png', STATIC_IMG_PATH+'img_dialog-3.png', STATIC_IMG_PATH+'img_dialog-4.png', STATIC_IMG_PATH+'progressBar.png', STATIC_IMG_PATH+'progressBar$bar.png' ]; this.isFirst = true; console.log(...
来源: Laya_社区 发布时间: 20180208
....loader.getRes(模型url); Laya.stage.addChild(this.scene); }),null, null, 1, true, "scene1"); 执行后,浏览器报 : laya.core.js:13290 Uncaught TypeError: node._setParent is not a function at Stage.__proto.addChild (laya.core.js:13290) at Main.<anonymous> (Main.ts:148) at EventHandler....
来源: Laya_社区 发布时间: 20181208
...2d&group=Particle&name=T2 laya2.2版本粒子使用报错,按F12看到下面信息 laya.core.js:2554 Uncaught TypeError: Failed to execute 'attachShader' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLShader'. at ParticleShader._compile (VM258 laya.core.js:2554) ...
来源: Laya_社区 发布时间: 20190906
...台执行,可以看到一个红色的文本和一个灰色的文本let t1 = Laya.stage.addChild(new Laya.Label);t1.text = "aaaa";t1.color = "#ff0000";let t2 = Laya.stage.addChild(new Laya.Label);t2.text = "bbb";t2.color = "#ff0000";t2.y = 100;t2.disabled = true 步骤二:复制下面代码继...
来源: Laya_社区 发布时间: 20240117