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

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

1021. laya.map.TiledMap [ 56%]

...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

1022. 想修改Ease的参数 [ 56%]

...。 * @param s 指定过冲量,此处数值越大,过冲越大。 * @return 指定时间的插补属性的值。 */ static backOut(t: number, b: number, c: number, d: number, s?: number): number; 看到可以修改参数值,可是不明白怎么在tween里调用 2017-10-26 添加评论 免费...

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

1023. 请问我怎么在js中调用这个方法 [ 56%]

...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

1024. laya.d3.core.particleShuriKen.module.GradientDataVector2 [ 56%]

...— 二维向量值。 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

1025. laya.d3.core.particleShuriKen.module.GradientDataVector2 [ 56%]

...— 二维向量值。 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

1026. laya.events.KeyBoardManager_API3.0 [ 56%]

...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

1027. 3d获取组件代码bug [ 56%]

... zfree • 2017-06-30 11:31 不是说没有返回值,而是这里需要return不能继续往下,否则继续往后走typeComponents为null 会报错! 183*****755 • 2017-06-30 11:34 刚才没仔细看,收到反馈,谢谢!

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

1028. laya.effect.ButtonEffect_API3.0 [ 56%]

...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

1029. laya.d3.core.particleShuriKen.module.Burst [ 56%]

...数量。 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

1030. 怎样获取鼠标/触摸当前坐标 [ 56%]

... + 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