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

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

261. laya.media.VideoTexture_API3.0 [ 49%]

...ory height id loop maxMipmapLevel mipmap mipmapCount muted obsolute paused playbackRate preload readyState referenceCount seekable seeking source videoHeight videoWidth volume width wrapModeU wrapModeV wrapModeW cpuMemory gpuMemory Methods _addReference _clearReference _getSource _removeReference _s...

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

262. laya.ui.FontClip [ 49%]

...anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoPlay : Boolean 表示是否自动播放动画,若自动播放值为true,否则值为false; 可控制切片动画的播放、停止。 Clip autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 fals...

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

263. laya.particle.Particle2D_API3.0 [ 48%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoPlay autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeight displayW...

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

264. laya.media.SoundNode_API3.0 [ 48%]

...isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY autoPlay blendMode cacheAs components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isMusic loop ...

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

265. video在安卓手机上,怎么设置同层播放,还有怎么设置隐藏控制播放按钮 [ 48%]

...Element.controls = false;//不现实控制播放按钮 // videoElement.autoplay = "autoplay";//自动播放 // videoElement.poster = GoldConsts.imgUrl; //设置在视频播放之前所显示的图片的 URL。 // 阻止IOS视频全屏 videoElement.setAttribute("webkit-playsinline", true); videoEleme...

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

266. new Laya.Templet() 时,说这不是一个constructor [ 48%]

...隔30毫秒 this.aniFighter.index = 1;//当前播放索引 this.aniFighter.play();//播放图集动画 this.aniFighter.loop = false; //获取动画边界信息,设置锚点 var rectBounds:Rectangle = this.aniFighter.getGraphicBounds(); var rectBounds1:Rectangle = this.aniFighter.getBounds(); //QUE...

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

267. layaFlash 无法使用 Loader 加载外部SWF和图片 [ 48%]

...。 下面粘贴一个小示例(仅供参考)package { import flash.display.Loader; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.net.URLRequest; import flash.system.ApplicationDomain; import flash.system.LoaderContext; public class SwfBinar...

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

268. 动画混合问题,Avatar动画混合报错. [ 48%]

...tionZ += norDir.z * 0.017 * this.nSpeed; //this._RoleSeeForward(dir); this.PlayAni(); } public PlayAni() { this.animator.play("walk",1); }   2019-10-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 189*****132 相关问题 Animator 如...

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

269. 3D粒子特效初始化卡顿 [ 48%]

...ill = Laya.Sprite3D.instantiate(sprite); target.addChild(this.skill); this.Play();   这种卡顿在PC谷歌浏览器上不明显,但手机上就很明显了,另外在IDE的layaair调试器中也很明显。 附件 : --> 2018-04-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

270. 微信小游戏运行导出项目的时候报错:Scene: the .lh file root type must be Scene [ 48%]

...or:Laya.Animator = tiger.getComponentByIndex(0) as Laya.Animator; animator.play("idle"); var cat:Laya.Sprite3D = this._scene.getChildByName("cat_Idle") as Laya.Sprite3D; var catAnimator:Laya.Animator = cat.getComponentByIndex(0) as Laya.Animator; catAnimator.play("Idle"...

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