大约有 345 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0091 秒)
Laya_社区(246) Laya2.0_文档(28) Laya3.0_api(26) laya_api(12) Laya2.0_api(12) Laya_示例(9) Laya3.0_文档(8) Laya2.0_示例(4)
...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
...为1,表示不透明。更改alpha值会影响drawcall。Sprite autoPlay : Boolean = true是否自动播放Particle2D autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想...
来源: Laya2.0_api 发布时间: 20190513
...te : int 获取缓存播放帧,缓存模式下生效。 Animator cachePlayRate : Number 获取缓存播放速率,缓存模式下生效。 Animator clip : AnimationClip 获取默认动画片段。 Animator curAnimationDatas : Vector.<Float32Array>[read-only] 获取骨骼数据。 A...
来源: laya_api 发布时间: 20170929
...FrameAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class FrameAnimationInheritanceFrameAnimation AnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses EffectAnimation 关键帧动画播放类。 Public Properties Hide Inherited Public Properties Sho...
来源: laya_api 发布时间: 20170929
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 FD 宏编译时 出现 试图访问该方法时失败 摄像机跟随刚体移动,刚体出现抖动。 问题状态 ...
来源: Laya_社区 发布时间: 20180205
...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
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/display/Animation" Animation Class Animation Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销...
来源: Laya3.0_api 发布时间: 20231115
...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
...续播放,只能从头开始,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
...题 刚打开 桌面调试出现报错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