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

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

151. Dialog中编辑的动画如何控制? [ 84%]

...unction TestUI() { var Event = laya.events.Event; TestUI.super(this); this.ani1.play(15);//play的第一个参数是从第几帧开始播放 Laya.stage.on(Laya.Event.CLICK,this,onClick); } Laya.class(TestUI, "TestUI", TestPageUI); function onClick() { this.ani1.stop();//停止播放 this.ani1.index=...

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

152. 时间轴动画编辑卡死 [ 84%]

...微博 QZONE 微信 Laya_XS 赞同来自: 你的问题只能先把动画的ani文件删除了,应该是ani文件里出现了错误的数据结构,导致ide解析出现了报错导致的。 2018-09-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登...

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

153. laya.ui.OpenDataContextView_API3.0 [ 84%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/OpenDataContextView" OpenDataContextView Class OpenDataContextView 微信开放数据展示组件,直接实例本组件,即...

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

154. laya.ui.UIComponent_API3.0 [ 84%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/UIComponent" UIComponent Class UIComponent Component 是ui控件类的基类。 生命周期:preinitialize > createChildren...

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

155. 分享个资源加载的方法,类似白鹭的加载方式 [ 84%]

分享个资源加载的方法,类似白鹭的加载方式 第一次发,不足之处还请见谅 class RES extends Laya.EventDispatcher{ // 资源组 public static groups: any; // 资源 public static resources: any; // 完成加载资源配置文件 public static ONLOADEDRESJSON: string = "onL...

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

156. laya.device.media.Video_API3.0 [ 84%]

...splay/Node.ts:58 _ownGraphics _ownGraphics: boolean = false Inherited from AnimationBase._ownGraphics Defined in laya/display/Sprite.ts:245 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:631 _skinBaseUrl _skinBaseUrl: string Inherited from AnimationBase._skinBaseUrl D...

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

157. laya.html.dom.HTMLIframeElement_API3.0 [ 84%]

...splay/Node.ts:58 _ownGraphics _ownGraphics: boolean = false Inherited from AnimationBase._ownGraphics Defined in laya/display/Sprite.ts:245 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:631 _skinBaseUrl _skinBaseUrl: string Inherited from AnimationBase._skinBaseUrl D...

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

158. laya.display.EffectAnimation_API3.0 [ 84%]

...ted All Inherited Externals Only exported Menu Globals "laya/display/EffectAnimation" EffectAnimation Class EffectAnimation 动效模板。用于为指定目标对象添加动画效果。每个动效有唯一的目标对象,而同一个对象可以添加多个动效。 当一个动效开始播放...

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

159. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 84%]

... new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED,function():void{ video.play(); }); } plyr.setup(video); } } new LayaUISample; 编译运行代码,发现网页已经可以播放视频了。...

来源: Laya3.0_文档 发布时间: 20251010

160. 关于Laya.Tween 在3d上的应用与缓动的优化 [ 84%]

关于Laya.Tween 在3d上的应用与缓动的优化 Laya.Tween.to()可应用于引用对象中的数值变化,废话不多说直接上代码 //这里以origin为例,将origin的值变化为target的值,可以对应成3d对象中的vector3         let origin: any = {x:1,y:2,z:...

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