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

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0078 秒)

3771. TypeError: Cannot read properties of null (reading '_$id') [ 50%]

...perty 'displayObject' of null 浏览器运行提示TypeError: xxx is not a function Uncaught TypeError: Cannot read property 'props' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 laya2.6.0打apk和...

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

3772. AS转换JS运行报错 [ 50%]

...Array的zlib.min.js后报错 导微信小程序报错window.focus is not a function 关于龙骨动画转换 启动引擎报错 mPlugin.game_plugin_init(3); 问题状态 最新活动: 2017-01-24 13:19 浏览: 1503 关注: 3 人 Laya_XS • 2017-01-24 20:19 我们的不会报错,是因为我们每...

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

3773. laya.maths.MathUtils3D_API3.0 [ 50%]

... zeroTolerance fastInvSqrt isZero nearEqual Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Static property Static method Enumeration Interface

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

3774. Uncaught unknown animationClip version. [ 50%]

....load("LayaScene_scene1/Conventional/scene1.ls", Laya.Handler.create(this, function (s: Laya.Scene3D): void { var scene = s; Laya.stage.addChild(scene);         }));   加载代码 2019-03-13 0 0 分享 微博 QZONE 微信 Zong 赞同来自: 断点调试显示clip.version = "LAYAANIMATION:0...

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

3775. laya.d3.core.particleshuriken.module.StartFrame_API3.0 [ 50%]

... createByConstant createByRandomTwoConstant Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static method

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

3776. 粒子系统-燃烧大地 [ 50%]

...t; /** * ... * @author ... */ public class Particle_BurningGround { public function Particle_BurningGround() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); var scene:Scene = Laya.stage.addChild(new Scene()) as Scene; var ca...

来源: Laya_示例 发布时间: 20260303

3777. 粒子系统-永恒之光 [ 50%]

...at; /** * ... * @author ... */ public class Particle_EternalLight { public function Particle_EternalLight() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); var scene:Scene = Laya.stage.addChild(new Scene()) as Scene; var cam...

来源: Laya_示例 发布时间: 20260303

3778. laya.html.XML_API3.0 [ 50%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

3779. 关于遍历产生的sprite的点击事件,急,大神帮看哈 [ 50%]

...d"); sp.y = i*60; sp.index=i; sp.size(50,50); sp.on(Laya.Event.CLICK,this, function (e) { alert(e.target.index); },[{target:sp}]) Laya.stage.addChild(sp); }   2017-02-21 1 0 分享 微博 QZONE 微信 ayiui4566 赞同来自: e.target有index属性?会检测期间报错的吧。 2017-12-11 0 0 分...

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

3780. 设置骨骼动画停留在某一帧/某一个时间点 [ 50%]

...错,才设为any;time停留的时间点;index动画下标,默认0 function onGotoAndStop(armature: any, time: number, index: number = 0): void {     var player = armature.player;     time /= player.playbackRate;    // 根据速率得出准确的单位时间     // 停留的时间...

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