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

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

111. laya.display.Animation_API3.0 [ 65%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/display/Animation" Animation Class Animation Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销...

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

112. [LayaAir3]OPPO小游戏下图片地址无法加载 [ 64%]

...戏下图片地址无法加载 这种图片地址 https://sh.mudgj.com/api/player/auth/img?key=testpng oppo小游戏下 无法显示  Laya.loader .load( "https://sh.mudgj.com/api/playe ... ot%3B, Laya.Loader.IMAGE ) .then((res: Laya.Texture) => { let sp = new Laya.Sprite(); sp.texture = res; sp....

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

113. laya.display.FrameAnimation [ 64%]

...FrameAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class FrameAnimationInheritanceFrameAnimation AnimationBase Sprite Node EventDispatcher ObjectSubclasses EffectAnimation 节点关键帧动画播放类。解析播放IDE内制作的节点动画。 Public Prope...

来源: Laya2.0_api 发布时间: 20190513

114. 播放视频只有声音没有图像 [ 64%]

...ed = false; this.loadScene("LoginGame.scene"); } onEnable() { SoundManager.playMusic("audio/梅林茂 - 静かな古都.mp3", 0); this.login_game_button.on(Laya.Event.CLICK, this,this.onStartButtonClick); } onStartButtonClick(){ // 创建Video元素 let videoElement = Laya.Browser.createElement("vid...

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

115. laya.display.EffectAnimation [ 64%]

...ffectAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class EffectAnimationInheritanceEffectAnimation FrameAnimation AnimationBase Sprite Node EventDispatcher Object 动效模板。用于为指定目标对象添加动画效果。每个动效有唯一的目标对...

来源: Laya2.0_api 发布时间: 20190513

116. tiledmap 在webgl下 块的边界出现黑线 [ 64%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 FD 宏编译时 出现 试图访问该方法时失败 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么...

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

117. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 64%]

...eedConstantMin dragType duration gravityModifier isPerformanceMode looping playOnAwake prewarm randomSeed randomizeRotationDirection scaleMode simulationSpace simulationSpeed startColorConstant startColorConstantMax startColorConstantMin startColorType startDelay startDelayMax startDelayMin startDel...

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

118. 使用IDE制作的动画在pc模拟器播放OK在手机端不显示 [ 64%]

...l.stop(); }) console.log(this.tl) this.tl.interval = 1000 / 60; // this.tl.play(); apesCtn.addChild(this.tl); apesCtn.height = 1500; apesCtn.width = 3248; this.tl.pivot(-1624,-750); }, 2019-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

119. laya.media.SoundNode [ 63%]

...ed : Boolean是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放...

来源: laya_api 发布时间: 20170422

120. 微信小游戏加载资源问题 [ 63%]

...eturn; } if (this.loops > 0) { this.loops--; } this.startTime = 0; this.play(); } play() { this.isStopped = false; Laya.SoundManager.addChannel(this); this._audio.play(); } set startTime(time) { if (this._audio) { this._audio.startTime = time; } } set autoplay(value) { this._audio.autoplay = valu...

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