大约有 453 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0063 秒)
Laya_社区(306) Laya3.0_api(61) Laya2.0_文档(28) Laya3.0_文档(17) Laya2.0_api(13) laya_api(12) Laya_示例(8) Laya2.0_示例(8)
...) export class LoaderDemo extends Laya.Script { onAwake(): void { this.loadTexture("resources/image/monkey2.png", 500);//需要在resources/image放入相应的资源 this.loadTexture("https://layaair.com/3.x/demo/resources/res/apes/monkey2.png"); } /**加载并显示图片 */ loadTexture(url: strin...
来源: Laya3.0_文档 发布时间: 20241014
... 6, 10, 10))); var planeMat = new Laya.StandardMaterial(); planeMat.diffuseTexture = Laya.Texture2D.load("../../res/threeDimen/texture/layabox.png"); planeMat.albedo = new Laya.Vector4(0.9, 0.9, 0.9, 1); plane.meshRender.material = planeMat; var meshCollider = plane.addComponent(Laya.MeshCollider); ...
来源: Laya_示例 发布时间: 20241124
...r,downColor,disableColor"。 Button tag : * 对象的标签。 Component text : Text[read-only] 按钮文本标签 Text 控件。 Button texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawT...
来源: laya_api 发布时间: 20170929
...求访问时,却访问失败,返回错误码:Request failed Status:0 text 请问这个是什么问题?在laya里测试是好的。。但是发布后在手机用Safari打开就不行。。 https://www.stormnet.cn/h5test/index.html 这是测试链接。。 附件 : --> 2018-02-08 ...
来源: Laya_社区 发布时间: 20180208
...]); add_other.clickHandler = new Handler(this,OnShow); // aa.dataSource = {text:"mmmm"}; for(var i:int = 0;i<100;i++){ var img:Image = TestScrollImage(); img.pos(100+i*10,100+i+10); this.addChild(img); } } private function TestScrollImage():Image{ var img:Image = new Image("comp/image.png"); img....
来源: Laya_社区 发布时间: 20171129
...downColor,disableColor"。 Button tag : * 对象的标签。 UIComponent text : Text[read-only] 按钮文本标签 Text 控件。 Button texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.dra...
来源: Laya2.0_api 发布时间: 20190513
...s10能正常显示 用ios9.3x的系统打开现在是黑屏 但是我加入text组件 是可以正常显示 2018-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 这么早的版本,3...
来源: Laya_社区 发布时间: 20180709
...eMat: Laya.StandardMaterial = new Laya.StandardMaterial(); planeMat.diffuseTexture = Laya.Texture2D.load("../../res/threeDimen/texture/layabox.png"); planeMat.albedo = new Laya.Vector4(0.9, 0.9, 0.9, 1); plane.meshRender.material = planeMat; var boxCollider = plane.addComponent(Laya.BoxCollider) as ...
来源: Laya_社区 发布时间: 20180820
... 6, 10, 10))); var planeMat = new Laya.StandardMaterial(); planeMat.diffuseTexture = Laya.Texture2D.load("../../res/threeDimen/texture/layabox.png"); planeMat.albedo = new Laya.Vector4(0.9, 0.9, 0.9, 1); plane.meshRender.material = planeMat; var meshCollider = plane.addComponent(Laya.MeshCollider); ...
来源: Laya_示例 发布时间: 20241124
....stringify(request)); this.http.send(url,JSON.stringify(request), 'post', 'text',["content-type","application/json"]); } function onProgress(e) { console.log("run onProgress"); } function onComplete(e) { console.log("run onComplete"); console.log(this.http.data); } function onError(e) { console.log(...
来源: Laya_社区 发布时间: 20180315