大约有 444 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0041 秒)
Laya_社区(163) Laya3.0_api(152) Laya2.0_api(98) laya_api(8) Laya3.0_文档(8) Laya2.0_示例(6) Laya2.0_文档(6) Laya_示例(3)
...OWN, this, this.keyDown); } createApe() { const Sprite = Laya.Sprite; this.target = new Sprite(); Laya.stage.addChild(this.target); this.target.loadImage("res/apes/monkey2.png"); this.target.pivot(55, 72); this.target.pos(100,100); } createTimerLine() { const TimeLine = Laya.TimeLine, Event = Laya.E...
来源: Laya2.0_示例 发布时间: 20241119
...= Laya.Keyboard; var TimeLine = Laya.TimeLine; var WebGL = Laya.WebGL; var target; var timeLine = new TimeLine(); (function () { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode ...
来源: Laya_示例 发布时间: 20241119
Event类中的target属性IDE返回值为什么和文档不一样 文档上写着Event是 target : Sprite 事件目标触发对象。 IDE中 Event.target: EventTarget 是我哪弄错了吗? 2017-10-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20171015
Event的target和currentTarget类型错误 使用版本:1.0正式版, 语言:ts Event的的target和currentTarget类型有错误,并不是所有EventDispatcher都是显示对象,比如访问网络的HttpRequest,希望改正 /** 事件目标触发对象。*/ target: laya.display.Sprite; /*...
来源: Laya_社区 发布时间: 20160701
...ype:String, data:* = null):Boolean 派发事件。 EventDispatcher from(target:*, props:Object, duration:Number, ease:Function = null, offset:Number = 0):TimeLine 从 props 属性,缓动到当前状态。 TimeLine from(target:*, props:Object, duration:Number, ease:Function = null, offset:Num...
来源: Laya2.0_api 发布时间: 20190513
...ype:String, data:* = null):Boolean 派发事件。 EventDispatcher from(target:*, props:Object, duration:Number, ease:Function = null, offset:Number = 0):TimeLine 从 props 属性,缓动到当前状态。 TimeLine from(target:*, props:Object, duration:Number, ease:Function = null, offset:Num...
来源: laya_api 发布时间: 20170929
...ex Constructors constructor Properties began clickCancelled clickCount downTargets event lastRollOver moved pos target touchId Methods begin clickTest end move reset Constructors constructor new TouchInfo(touches: Array<TouchInfo>): TouchInfo Defined in laya/events/InputManager.ts:597 Paramete...
来源: Laya3.0_api 发布时间: 20231115
a、b 两个按钮响应同一个点击回调,但event的 target和currentTarget相同都是stage对象,怎么解释呀 实际代码中,两个按钮通过currenttarget,确实能够区分开来,但是打印的值,currenttarget和target值都是stage对象,这个问题谁能给解释下...
来源: Laya_社区 发布时间: 20180301
...eLoaded(event:Event):void { // TODO Auto-generated method stub trace(event.target.data is ByteArray) var ba:ByteArray=event.target.data as ByteArray; l=new Loader(); l.contentLoaderInfo.addEventListener(Event.COMPLETE,onImage2Loaded); l.loadBytes(ba); urlLoader.removeEventListener(Event.COMPLETE,onI...
来源: Laya_社区 发布时间: 20151228
...者,如果有侦听者则值为 true,否则值为 false。 from from(target: any, props: any, duration: number, ease?: Function, offset?: number): TimeLine Defined in laya/utils/TimeLine.ts:95 从 props 属性,缓动到当前状态。 Parameters target: any target 目标对象(即将更改属...
来源: Laya3.0_api 发布时间: 20231115