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

大约有 1,761 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0049 秒)

1081. 有没有可以暂停播放音乐的方法 [ 55%]

...dManager.playSound或者 SoundManager.playMusic会返回一个SoundChannel实例。你可以声明一个变量来接收它,然后通过SoundChannel来控制播放、停止、暂停。具体代码如下所示: var soundC:SoundChannel = SoundManager.playSound("url"); //播放 soundC.play(); //停...

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

1082. can not read property "elements" of underfined [ 55%]

...出的场景报错,TypeError: Cannot read property 'props' of undefined 实例碰撞体报错,Cannot read property 'btSphereShape' of undefined 问题状态 最新活动: 2019-02-27 11:22 浏览: 1605 关注: 2 人

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

1083. 求大佬们给萌新一个用as写音乐暂停继续播放的例子 [ 55%]

...识达人 赞同来自: SoundManager.playMusic()会返回一个SoundChannel实例,你自己定义一个变量。然后拿这个变量去调暂停的方法。 你可以先看下SoundChannel的API 2017-11-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请...

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

1084. laya.d3.core.particleshuriken.module.RotationOverLifetime_API3.0 [ 55%]

...一个 RotationOverLifetime,不允许new,请使用静态创建函数。 实例。 Parameters angularVelocity: GradientAngularVelocity Returns RotationOverLifetime Properties enable enable: boolean Defined in laya/d3/core/particleShuriKen/module/RotationOverLifetime.ts:11 是否启用 Accessors ang...

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

1085. must set Document Class 是怎么回事? [ 55%]

...s 错误 Uncaught Can not find class laya.ani.bone.Skeleton Uncaught 无法实例class PhysicsCollider extends PhysicsTriggerComponent Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 做微信开放域遇到Uncaught Can not find class laya.ui.WXOpenDataViewer 做微...

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

1086. 皮肤里加如自定义的显示对象,设置了runtime,为什么导出的却是any类型? [ 55%]

...? MainPanel.scene里放入一个显示对象,是MainBottomView.scene的实例,var属性是mainBottom,设置了runtime是自定义的一个类,继承了自动导出的MainBottomViewUI。 但MainPanelUI里这个mainBottom的类型是any,不是MainBottomView 2019-06-04 添加评论 免费...

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

1087. vscode 配置快捷键打包出错了。具体报错见截图 [ 55%]

...ude" "exclude" 目录,依然还是报错。有没有一个实例看下,我不知道是不是指定出错了。

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

1088. vivo小游戏login接口返回参数错误 [ 55%]

...一句,官网的示例也是这个错。有人这个接口接通过吗 实例连接 https://quickgame.vivo.com.cn/api/quickgame/cp/account/userInfo?pkgName=com.hybrid.demo.sample&token=5d2bebd1f347b5cee4a28226650f4171fae6bb0859312f62a306168ccd67a3c3&timestamp=1567130880000&nonce=468786...

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

1089. laya.d3.core.particleshuriken.module.GradientDataInt_API3.0 [ 55%]

...particleShuriKen/module/GradientDataInt.ts:14 创建一个 GradientDataInt 实例。 Returns GradientDataInt Accessors gradientCount get gradientCount(): number Defined in laya/d3/core/particleShuriKen/module/GradientDataInt.ts:12 整形渐变数量。 Returns number Methods add add(key: number, val...

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

1090. Animation模板动画的移除 [ 54%]

...乱? 关于动画模板 除了官网的介绍有没有什么比较好的 实例 或者demo的没有?感觉官网上的有点太简单。 请问用laya的tab模板创建的tab,为啥没有点击事件啊?而且tab标签点击后没有一直处于按下状态 分享:自动编译&刷新...

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