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

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

371. laya.device.media.Video [ 66%]

...ackagelaya.device.mediaClasspublic class VideoInheritanceVideo Sprite Node EventDispatcher Object Video将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关于Video支持的所有事件参见:http://www.w3school.com.cn/tags/html_ref_audio_video_dom.asp。 注意: 在PC...

来源: laya_api 发布时间: 20170929

372. 2.4,2.5版本U3D导出插件导出模型时抛出代码异常 [ 65%]

...ules/UIElements/IMGUIContainer.cs:401) UnityEngine.Experimental.UIElements.EventDispatcher.ProcessEvent (UnityEngine.Experimental.UIElements.EventBase evt, UnityEngine.Experimental.UIElements.IPanel panel) (at D:/unity/Modules/UIElements/EventDispatcher.cs:511) UnityEngine.Experimental.UIElements.Ev...

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

373. laya.ui.Dialog [ 65%]

...agelaya.uiClasspublic class DialogInheritanceDialog View Scene Sprite Node EventDispatcher Object Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 通过设置zO...

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

374. untiy导出的粒子特效有播放完成的回掉吗? [ 65%]

...**196 赞同来自: 2.0是不是ShurikenParticleSystem已经不是继承自EventDispatcher了。怎么监听事件? 2019-04-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zfree 相关问题 unity导出粒子文件问题 缓动Tween...

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

375. laya.d3.core.scene.Scene [ 65%]

...ckagelaya.d3.core.sceneClasspublic class SceneInheritanceScene Sprite Node EventDispatcher ObjectImplements ISubmit, laya.resource.ICreateResource BaseScene 类用于实现场景。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Numbe...

来源: laya_api 发布时间: 20170929

376. laya.ui.TextInput_API3.0 [ 64%]

...Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,......

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

377. LayaAirIDE 2.0beta5打开编辑模式出错 [ 63%]

...ndefined TypeError: Cannot read property 'firstInit' of undefined     at EventDispatcher.SharedIFrameUIViewerScene._initRenderAfterComplete (file:///Applications/LayaAirIDE_beta.app/Contents/Resources/app/out/vs/layaEditor/h5/layabuilder.max.js:29683:48)     at EventHandler.__proto.run (file:///...

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

378. JS版派发自定义事件出错。 [ 62%]

JS版派发自定义事件出错。 随便用一个类继承EventDispatcher, 然后注册个自定义type的事件,再抛出,出错 ---------------------------------- __proto.event 方法中 if (listener) { (data != null) ? listener.runWith(data) : listener.run(); } 出错,原因listener.me...

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

379. 如何继承自己写的类? [ 59%]

...nction KYModule() { } Laya.class(KYModule,"ky.module.KYModule",laya.events.EventDispatcher); KYModule.prototype.injectSource = function(json){ console.log("123"); } return KYModule; }());我如何再继承我写的这个KYModule? 我按常规js方式继承,IDE调试,都出现异常 2018-04-27 ...

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

380. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 59%]

...pRequest对XMLHttpRequest进行了简单的封装,HttpRequest继承的是EventDispatcher,具有事件派发的功能。我们写个简单的例子来看下用法: ```java package { import laya.events.Event; import laya.net.HttpRequest; public class LayaSample { public function LayaSample() { /...

来源: Laya2.0_文档 发布时间: 20210715