大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0044 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
...ber — 新视口高 rect:Rectangle (default = null) — 返回的结果 ReturnsRectangle — createMap()method public function createMap(mapName:String, viewRect:Rectangle, completeHandler:Handler, viewRectPadding:Rectangle = null, gridSize:Point = null, enableLinear:Boolean = true, limitRange:...
来源: Laya2.0_api 发布时间: 20190513
...。 * @param s 指定过冲量,此处数值越大,过冲越大。 * @return 指定时间的插补属性的值。 */ static backOut(t: number, b: number, c: number, d: number, s?: number): number; 看到可以修改参数值,可是不明白怎么在tween里调用 2017-10-26 添加评论 免费...
来源: Laya_社区 发布时间: 20171026
...nd = Math.random(); } Test.output = function (){ console.log(this.rand); } return Test; }()); Zszen.Test = Test; })(Zszen || (Zszen = {}));我使用 var a = new Zszen.Test(); a.output(); //这句我调用说找不到, 应该怎么写自定义方法 2018-01-12 添加评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20180112
...— 二维向量值。 clone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method public function cloneTo(destObject:*):void 克隆。 Parameters destObject:* — 克隆源。 Fri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
...— 二维向量值。 clone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method public function cloneTo(destObject:*):void 克隆。 Parameters destObject:* — 克隆源。 Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...r.ts:53 返回指定键是否被按下。 Parameters key: number 键值。 Returns boolean 是否被按下。 Globals "laya/events/KeyBoardManager" KeyBoardManager enabled hasKeyDown Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enum...
来源: Laya3.0_api 发布时间: 20231102
... zfree • 2017-06-30 11:31 不是说没有返回值,而是这里需要return不能继续往下,否则继续往后走typeComponents为null 会报错! 183*****755 • 2017-06-30 11:34 刚才没仔细看,收到反馈,谢谢!
来源: Laya_社区 发布时间: 20170630
...n laya/effect/ButtonEffect.ts:41 设置控制对象 Parameters tar: Sprite Returns void Globals "laya/effect/ButtonEffect" ButtonEffect backEase effectEase effectScale tweenTime target Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...数量。 Method Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method public function cloneTo(destObject:*):void 克隆。 Parameters destObject:* — 克隆源。 Fri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
... + scrollX; var y = ev.pageY || ev.clientY + scrollY; return { 'x': x, 'y': y }; } function done(ev){ document.getElementById("show").innerHTML=getMousePos(ev).x+','+getMousePos(ev).y; }; window.onload=function(){ var odiv=document.getElementById("a...
来源: Laya_社区 发布时间: 20171102