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

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

2591. 当使用Image作为一个对象的遮罩时,设置Image的ScaleX为0时遮罩失效! [ 47%]

...ctor() { Laya.init(1280,720); Laya.loader.load([{url:"res/atlas/comp.json",type:Laya.Loader.ATLAS}],Laya.Handler.create(this,this.loaded,null)); } private loaded():void{ var img:Laya.Image = new Laya.Image(); img.skin = "comp/img_pro.png"; Laya.stage.addChild(img); var imgMask:Laya.Image = new Laya....

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

2592. 使用js压缩工具报错 [ 47%]

...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 使用钢体设置防穿后仍有几率会穿透 问题状态 最新活...

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

2593. 2.3.0发布微信小游戏,自动缓存:查找不到资源问题的Bug [ 47%]

...下: 应该是里改错:   修改如下: static _transformImgUrl(url, type, thisLoader) {    if (MiniAdpter.isZiYu) {    thisLoader._loadImage(url, false);    return;    }    if (MiniFileMgr.isLocalNativeFile(url)) {    thisLoader._loadImage(url, false);    return;    }    if ...

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

2594. sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale [ 47%]

...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 缓动Tween能用在3D物体或者特效上面吗? 请问2.0的版本...

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

2595. 用最新版本的IDE开发,用AS语言开发,用HttpRequest加载图片报错,用JS语言开发却可以加载 [ 47%]

...始读取数据 var blob:Object = new Browser.window.Blob([byte.buffer], { type: "image/png" }); var url:String = Browser.window.URL.createObjectURL(blob);//创建一个url对象; ////我们先用第一种方式显示图片到舞台; var sp:Sprite = new Sprite(); sp.loadImage(url); Laya.stage.ad...

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

2596. 碰撞器过滤(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 47%]

...(https://layaair.ldc.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=3D&category=Utils&class=laya.d3.utils.Physics3DUtils),一个物体同一时间所属碰撞分组是唯一的。 关于能产生碰撞的碰撞组这个属性,如果只能与单个组碰撞那么使用Physics3DUtils...

来源: Laya2.0_文档 发布时间: 20210715

2597. httpRequest send返回Request failed Status:0 [ 47%]

....errorHandler); xhr.send(url, "", "get", "arraybuffer"); } } GameMain.prototype.completeHandler = function (URL, id, data) { // private completeHandler(data: Object, URL: string, id: number): void { //加载完成返回的data是arraybuffer; //......这里处理我们加密的图片数据,假设...

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

2598. 碰撞器过滤(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 47%]

...(https://layaair.ldc.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=3D&category=Utils&class=laya.d3.utils.Physics3DUtils),一个物体同一时间所属碰撞分组是唯一的。 关于能产生碰撞的碰撞组这个属性,如果只能与单个组碰撞那么使用Physics3DUtils...

来源: Laya2.0_文档 发布时间: 20210715

2599. laya.maths.Vector4_API3.0 [ 47%]

... multiply normalize scale subtract transformByM4x4 Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface

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

2600. Android打包后运行报错 [ 46%]

...gt;evalhttp://stand.alone.version/Main.max.js apploader.js:5328 getContext type=2d /home/layabox/LayaBox/conch6git/Conch/build/conch/proj.android_studio/jni/../../../../source/conch/JSWrapper/LayaWrap/JSGlobalExportCFun.cpp:250 alert=http://stand.alone.version/Main.max.js:16077: ReferenceError: Canv...

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