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

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

431. 资源加载 · LayaAir3.0文档 · LAYABOX [ 50%]

...) 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

432. 射线检测-放置物体 [ 50%]

... 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

433. laya.ui.Radio [ 50%]

...r,downColor,disableColor"。 Button tag : * 对象的标签。 Component text : Text[read-only] 按钮文本标签 Text 控件。 Button texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawT...

来源: laya_api 发布时间: 20170929

434. HttpRequest问题 [ 50%]

...求访问时,却访问失败,返回错误码:Request failed Status:0 text   请问这个是什么问题?在laya里测试是好的。。但是发布后在手机用Safari打开就不行。。     https://www.stormnet.cn/h5test/index.html   这是测试链接。。 附件 : --> 2018-02-08 ...

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

435. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 49%]

...]); 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

436. laya.ui.Radio [ 49%]

...downColor,disableColor"。 Button tag : * 对象的标签。 UIComponent text : Text[read-only] 按钮文本标签 Text 控件。 Button texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.dra...

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

437. unity导出的3d场景资源ls,在ios9系统浏览器理不能显示ios10能正常显示 [ 48%]

...s10能正常显示 用ios9.3x的系统打开现在是黑屏 但是我加入text组件 是可以正常显示 2018-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 这么早的版本,3...

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

438. 有关Laya3D碰撞检测疑问 [ 48%]

...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

439. 射线检测-点击行走 [ 47%]

... 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

440. HttpRequest 回调方法都没执行 LayaAir 1.7.17 beta JS版本 [ 43%]

....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