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

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

281. Uncaught TypeError: Cannot read property 'props' of undefined [ 47%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined Cannot read property 'displayObject' of null Uncaught unknown animationClip version. 鼠标自定义样式官方有支...

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

282. laya.ani.bone.Skeleton_API3.0 [ 47%]

...i/bone/Skeleton" Skeleton Class Skeleton 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Hierarchy Sprite Skeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeigh...

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

283. 粒子在webgl情况和canvas情况存在显著差异,请看图 [ 47%]

...: 1, "maxEndRadius": 0 } sp = new Particle2D(data); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp); sp.x = Laya.stage.width / 2; sp.y = Laya.stage.height / 2; } })();canvas 和webgl 自行切換 附件 : --> 2018-01-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

284. 求助 Uncaught SyntaxError: Unexpected identifier [ 47%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 求助unity导出特效 到 laya box 里 求助!关于容器超出影藏 初学者求助,如何通过九宫格设置image横向放大且不失真 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Unca...

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

285. 发现TimeLine的一些问题,像是BUG [ 47%]

...接 提交 1 个回复 cuixueying 赞同来自: package { import laya.display.Sprite; import laya.events.Event; import laya.net.Loader; import laya.utils.Ease; import laya.utils.Handler; import laya.utils.Stat; import laya.utils.TimeLine; public class AirDemo { private var sp1:Sprite; private var sp...

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

286. [LayaAirIDE3]xcode切入切出声音不播放 [ 47%]

...ffects();     }    private onFocus() {         if (!SoundManager.isPlay) {             SoundManager.isPlay = true;              console.log("111111  onFocus");             Laya.timer.once(2000, this, () => {                 console.log("222222 onFocus");     ...

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

287. laya.ui.FontClip_API3.0 [ 45%]

...htSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY autoPlay blendMode bottom cacheAs centerX centerY clipHeight clipWidth clipX clipY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalR...

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

288. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 45%]

...d() { console.log("进度条"); Laya.stage.addChild(fairygui.GRoot.inst.displayObject); fairygui.UIPackage.addPackage("res/Public"); var ProgressBarPage=fairygui.UIPackage.createObject("Public","ProgressPage").asCom; fairygui.GRoot.inst.addChild(ProgressBarPage);  var ProgressBar=ProgressBarPage.ge...

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

289. 打包安卓Android studio黑屏 [ 44%]

... process 27883 on device huawei-mha_al00-3HX0217401012320 Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. I/om.layabox.tes: Reinit property: dalvik.vm.checkjni= false D/ZrHung.AppEyeUiProbe: AppE...

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

290. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 43%]

...路径选择res  这里说明一下: 我们要打包的图集是在res/player这个 目录 所以我们选择res目录 而不是res/player目录 Layaair的打包 是会查找我们选择目录下面的 子目录文件夹进行打包  也就是说 会对res下面的文件夹进行打包 而不是...

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