大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0078 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...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
...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
... 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
....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
... createByConstant createByRandomTwoConstant Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...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
...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
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...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
...错,才设为any;time停留的时间点;index动画下标,默认0 function onGotoAndStop(armature: any, time: number, index: number = 0): void { var player = armature.player; time /= player.playbackRate; // 根据速率得出准确的单位时间 // 停留的时间...
来源: Laya_社区 发布时间: 20181115