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

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

2101. 使用localToGlobal()后返回的坐标xy的值被乘了10 [ 53%]

...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使...

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

2102. layaAir使用flash builder创建工程问题 [ 53%]

...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本...

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

2103. Uncaught Can not find class Laya.Text [ 53%]

...先登录 发起人 Fico 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 真机环境找不到window---cant find variable: window stack 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: ...

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

2104. 在viewstack上使用List控件的时候切换后List会消失 [ 53%]

... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 关于使用matterjs物理引擎鼠标问题 使用钢体设置防穿后仍有几率会穿透 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? ...

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

2105. 在Canvas模式下 drawTexture出错 [ 53%]

...式下 在短时间内连续调用drawTexture和destroy会报错 Uncaught TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The provided value is not of type '(CSSImageValue or HTMLImageElement or SVGImageElement or HTMLVideoElement or HTMLCanvasElement or ImageBitmap or Offscr...

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

2106. 使用trailRender之后报错 [ 53%]

...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 关于使用matterjs物理引擎鼠标问题 使用钢体设置防穿后...

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

2107. app 的预加载问题 [ 53%]

...会预加载资源 例如var resarray = [ {"url":"res/atlas/common.json","type":Loader.ATLAS}, ]; Laya.loader.load(resarray, Handler.create(this, this.preloadLoaded), Handler.create(this, this.onProgress,null,false)); 这个时候这个资源是通过app本地加载还是网上加载的? 2.dcc 有...

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

2108. 关于Laya中worker的使用有详细一点的说明么 [ 53%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 LayaAirIDE下如何使用mask? Laya mac版的IDE 是没测试就上线了吗? 求高人分享使用protobuff框...

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

2109. [LayaAir3]动态添加2d物理引擎shape无效 [ 53%]

...  let sp = new Laya.Sprite();   var rig = new Laya.RigidBody();   //rig.type = "dynamic";   rig.bullet = true;   let shape = new Laya.CircleShape2D();   shape.x = -10;   shape.y = -10;   shape.restitution = 1;   shape.friction = 1;   shape.radius = 100;   rig.gravityScale = 0;   rig.angu...

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

2110. 图集动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 53%]

...例代码: 创建入口类AtlasAniDemo.ts,并编写代码如下: ```typescript // 程序入口 class AtlasAniDemo{ private roleAni:Laya.Animation; constructor() { //初始化舞台 Laya.init(1334,750,Laya.WebGL); //创建动画实例 this.roleAni = new Laya.Animation(); //加载动画图集,...

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