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

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

111. laya.components.Animator2D_API3.0 [ 70%]

...or scriptPath Accessors awaked controller destroyed enabled hideFlags id isPlaying parameters speed Methods _initialize _setOwner addControllerLayer crossFade destroy getDefaultState getParamsvalue gotoAndStop gotoAndStopByFrame hasHideFlag onAdded onAwake onDisable onLateUpdate onPostRender onPreRe...

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

112. laya.particle.Particle2D [ 70%]

...为1,表示不透明。更改alpha值会影响drawcall。Sprite  autoPlay : Boolean = true是否自动播放Particle2D autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想...

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

113. laya.d3.component.Animator [ 69%]

...te : int 获取缓存播放帧,缓存模式下生效。 Animator  cachePlayRate : Number 获取缓存播放速率,缓存模式下生效。 Animator  clip : AnimationClip 获取默认动画片段。 Animator  curAnimationDatas : Vector.<Float32Array>[read-only] 获取骨骼数据。 A...

来源: laya_api 发布时间: 20170929

114. laya.display.FrameAnimation [ 69%]

...FrameAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class FrameAnimationInheritanceFrameAnimation AnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses EffectAnimation 关键帧动画播放类。 Public Properties Hide Inherited Public Properties Sho...

来源: laya_api 发布时间: 20170929

115. 跑第一个HelloLayabox出现runtimeExecutable配置错误 [ 69%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 FD 宏编译时 出现 试图访问该方法时失败 摄像机跟随刚体移动,刚体出现抖动。 问题状态 ...

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

116. 播放视频只有声音没有图像 [ 68%]

...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

117. laya.display.Animation_API3.0 [ 68%]

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

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

118. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 68%]

...on.scale(0.5, 0.5);         this.skeleton.on(Event.STOPPED, this, this.play);         this.play();     }     onError() {         console.log("parse error");     }     play() {         console.log("1111111111");         if (++this.index >= this.skeleton.getAnimNum()) { ...

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

119. ipad 声音管理无法暂停继续播放,只能从头开始,pc端正常,代码如下 [ 68%]

...续播放,只能从头开始,pc端正常,代码如下    private playSoundLead() {         if (!this.soundMan || this.playBoo) {             this.soundMan = Laya.SoundManager.playMusic(this.leadSoundUrl, 1, Handler.create(this, this.soundEndFun1));             this._btnTimeOu...

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

120. Uncaught TypeError: Cannot read property '_tf' of null [ 68%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught TypeError: Cannot read property 'props' of undefined Uncaught unknown animat...

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