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

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

611. laya.media.SoundManager_API3.0 [ 55%]

...xternals Only exported Menu Globals "laya/media/SoundManager" SoundManager Class SoundManager SoundManager 是一个声音管理类。提供了对背景音乐、音效的播放控制方法。 引擎默认有两套声音方案:WebAudio和H5Audio 播放音效,优先使用WebAudio播放声音,如...

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

612. laya.effect.FadeOut_API3.0 [ 55%]

...herited Externals Only exported Menu Globals "laya/effect/FadeOut" FadeOut Class FadeOut 淡出效果 Hierarchy EffectBase FadeOut Index Constructors constructor Properties _extra _singleton autoDestroyAtComplete delay duration ease eventName owner repeat runInEditor scriptPath target Accessors awak...

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

613. laya.effect.FadeIn_API3.0 [ 55%]

...Inherited Externals Only exported Menu Globals "laya/effect/FadeIn" FadeIn Class FadeIn 淡入效果 Hierarchy EffectBase FadeIn Index Constructors constructor Properties _extra _singleton autoDestroyAtComplete delay duration ease eventName owner repeat runInEditor scriptPath target Accessors awaked...

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

614. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 55%]

...p 06-20 19:10:18.494 5371-5371/com.ReleaseTest.Four E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 06-20 19:10:18.528 5371-5371/com.ReleaseTest.Four W/art: Attempt to remove local handle scope entry from IRT, ignoring 06-20 19:10:18.541 5371-5371/com.ReleaseTest.Fou...

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

615. laya.components.AnimatorState2D_API3.0 [ 55%]

...ly exported Menu Globals "laya/components/AnimatorState2D" AnimatorState2D Class AnimatorState2D Animator 类用于创建动画组件。 Hierarchy EventDispatcher AnimatorState2D Implements IClone Index Properties clipEnd clipStart cycleOffset loop name speed yoyo Accessors clip Methods addScript cl...

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

616. laya.d3.component.hlod.HLOD_API3.0 [ 55%]

...ed Externals Only exported Menu Globals "laya/d3/component/HLOD/HLOD" HLOD Class HLOD Hierarchy Component HLOD Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked bounds destroyed enabled hideFlags id lodCullRateArray lodResource Methods _cloneTo...

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

617. laya.maths.Rectangle_API3.0 [ 55%]

...ited Externals Only exported Menu Globals "laya/maths/Rectangle" Rectangle Class Rectangle Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区域。 Rectangle 类的 x、y、width 和 height 属性相互独立;更改一个属性的值不会影...

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

618. 微信小游戏,请先初始化小游戏适配库 [ 55%]

...适配库 Wechat Lib:1.9.94, 2018.3.15 14:07:52 code.js:107 Warning!,this class[MiniAdpter] already exist: {init: ƒ} code.js:7132 请先初始化小游戏适配库,详细教程https://ldc.layabox.com/doc/?nav=zh-ts-5-0-0 console.error Browser.__init__ @ code.js:7132 (anonymous) @ code.js:7057 (an...

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

619. 怎么集成导入mqtt.js到laya[ 55%]

...我调用的时候使用的是d.ts文件,在ts文件中能正常调用 class Mqtt { private client: Paho.MQTT.Client; private message: Paho.MQTT.Message; private self = this; public constructor() { public connect(url, port, client): void { //初始化 this.client = new Paho.MQTT.Client(url, Number...

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

620. 照着官方文档写的 Dialog 报错? [ 55%]

...Area = "0,0," + bgImg.width + "," + bgImg.height; dialog.show(); }; } Laya.class(LoadResource, "LoadResource", null);照着官方文档实例, 写了一个显示 Dialog 代码, 怎么显示不出来?而且F12里输出报错: Uncaught TypeError: Cannot read property 'visible' of undefined   ...

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