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

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

101. laya.d3.animation.AnimationTransform3D_API3.0 [ 92%]

...ationTransform3D AnimationTransform3D 类用于实现3D变换。 Hierarchy EventDispatcher AnimationTransform3D Index Constructors constructor Methods event getWorldMatrix hasListener off offAll offAllCaller on once setParent Constructors constructor new AnimationTransform3D(owner: AnimationNode): A...

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

102. 自动旋转后残影 [ 92%]

...单的色块改变位置 package { import laya.display.Sprite; import laya.events.Event; import laya.events.IEventDispatcher; import laya.utils.Browser; import laya.utils.Tween;     public class testVH {   protected var _tip:Sprite; public function testVH() { IEventDispatcher; Config.isAlpha = tr...

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

103. Laya在OPEN事件触发连接成功后无法抛出event事件 [ 92%]

Laya在OPEN事件触发连接成功后无法抛出event事件 public static const CONNECT:String = "connect"; 这是我一个自定义的CONNECT事件,我在连接成功后,在一个EventDispatcher类这样抛出:this.event(CONNECT);  然后报错说this._$1_event不是一个方法 这是什...

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

104. laya.device.motion.Accelerator_API3.0 [ 92%]

...ma使用beta。 目前孰是孰非尚未可知,以此为注。 Hierarchy EventDispatcher Accelerator Index Constructors constructor Accessors instance Methods event hasListener off offAll offAllCaller on once getTransformedAcceleration Constructors constructor new Accelerator(): Accelerator Define...

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

105. 鼠标交互-Hold [ 92%]

...效。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Event = Laya.Event; var Texture = Laya.Texture; var Browser = Laya.Browser; var Ease = Laya.Ease; var Handler = Laya.Handler; var Tween = Laya.Tween; var WebGL = Laya.WebGL; const HOLD_TRIGGER_TIME = 1000; const apePath = "../...

来源: Laya_示例 发布时间: 20241117

106. 关于event中只读属性touches,问题,求解 [ 92%]

关于event中只读属性touches,问题,求解 主类: package { import laya.display.Text; import laya.events.Event; import laya.webgl.WebGL; public class DemoTouch { public function DemoTouch() { Laya.init(800, 600, WebGL); Laya.stage.bgColor = "#232628"; var txt:Text = new Text(); txt.text...

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

107. Animation组件on绑定的Laya.Event.CLICK无法触发 [ 92%]

Animation组件on绑定的Laya.Event.CLICK无法触发 我想实现一个卡片点击然后跟随鼠标移动。卡片的显示我是用Animation做的为了方便以后卡片销毁等动画,Animation.on绑定的Laya.Event.CLICK、Laya.Event.MOUSE_UP、Laya.Event.MOUSE_DOWN都无法触发。我...

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

108. 播放SWF时后台挂起无法监听到Event.COMPLETE [ 92%]

播放SWF时后台挂起无法监听到Event.COMPLETE 如题描述,谷歌浏览器调试时播放SWF,最小化网页就无法收到Event.COMPLETE的回调,再次切回来才收到Event.COMPLETE,我想后台时仍然能继续收到Event.COMPLETE,请问如何处理 2017-03-20 添加评论 ...

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

109. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 92%]

...er Manages an XRSession to work with layaAir engine author miner Hierarchy EventDispatcher WebXRSessionManager Index Properties baseReferenceSpace currentFrame currentTimestamp defaultHeightCompensation session viewerReferenceSpace EVENT_FRAME_LOOP EVENT_MANAGER_END Accessors currentFrameRate refere...

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

110. 只播放一次获取回调需要Event.STOPPED [ 92%]

只播放一次获取回调需要Event.STOPPED 只播放一次获取回调需要Event.STOPPED 请问这个应该怎么写?能写全一下吗? 2018-04-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Apple ...

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