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

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

811. Laya.Tween.to 有没有监听值的变化的方法? [ 66%]

...@param   coverBefore 是否覆盖之前的缓动。          * @return  返回Tween对象。          */         public function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween {  ...

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

812. Layabox web 复制一段文字到剪贴板 [ 66%]

...ible";  var clipboard = new ClipboardJS("#confirm", { text: function () { return str; } })  clipboard.on("success", function (e) { console.log("ok:") console.log(e) clipboard.destroy(); }) clipboard.on("error", function (e) { console.log("err:") console.log(e) clipboard.destroy(); })  //确认按...

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

813. laya.utils.Handler [ 66%]

... Detailclear()method public function clear():Handler 清理对象引用。 ReturnsHandlercreate()method  public static function create(caller:*, method:Function, args:Array = null, once:Boolean = true):Handler 从对象池内创建一个Handler,默认会执行一次并立即回收,如果不需...

来源: laya_api 发布时间: 20170929

814. runtime运行报错! [ 66%]

...ntime] || Laya["__classmap"][runtime]):View.uiClassMap[json.type];      return compClass ? new compClass():null;  } 这第2句代码貌似不正常啊?改成下面的样子试试:       var compClass=(View.viewClassMap[runtime] || Laya["__classmap"][runtime])?runtime:View.uiClassMap[jso...

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

815. laya.utils.Handler [ 66%]

... Detailclear()method public function clear():Handler 清理对象引用。 ReturnsHandlercreate()method  public static function create(caller:*, method:Function, args:Array = null, once:Boolean = true):Handler 从对象池内创建一个Handler,默认会执行一次并立即回收,如果不需...

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

816. 关于这个timer我的跑的快在 自己出完牌之后没有人比我的牌大了。可是我的牌还是出不去 [ 66%]

...number; var NTE: number; this.nextTurn; let i = this.turnNumber; if(i==0){ return; }  this.getPlayer(); }  gotoNext(){ this.turnNumber++; if(this.turnNumber>3) { this.turnNumber=0 } }  public getPlayer()//电脑出牌方法 { var NTS: number; var NTE: number; this.turnNumber; if (this.lastPaix...

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

817. laya.d3.utils.Physics3DUtils_API3.0 [ 66%]

...fined in laya/d3/utils/Physics3DUtils.ts:45 创建一个 Physics 实例。 Returns Physics3DUtils Properties Static COLLISIONFILTERGROUP_ALLFILTER COLLISIONFILTERGROUP_ALLFILTER: number = -1 Defined in laya/d3/utils/Physics3DUtils.ts:42 所有过滤 Static COLLISIONFILTERGROUP_CHARACTERFILTER COLLIS...

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

818. _calculateCacheRect函数有bug [ 66%]

...Rect.recover();             this.cacheRect = null;             return this;         }   _calculateCacheRect(sprite, tCacheType, x, y) {             var _cacheStyle = sprite._cacheStyle;             if (!_cacheStyle.cacheRect)                 _cacheStyle.cacheRect...

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

819. request failed status:0 [ 66%]

...1 个回复 Laya_Aaron 赞同来自: 1、If the state is UNSENT or OPENED, return 0.(如果状态是UNSENT或者OPENED,返回0) 2、If the error flag is set, return 0.(如果错误标签被设置,返回0)   前面提到,服务器在完成请求之后会在 XMLHttpRequest 的 onreadyst...

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

820. 物理引擎-Slingshot [ 66%]

...? '../../res/physics/img/block.png' : '../../res/physics/img/block-2.png'; return Matter.Bodies.rectangle(x, y, 25, 40, { render: { sprite: { texture: texture, xOffset: 20.5, yOffset: 28 } } }); }); var ground2 = Matter.Bodies.rectangle(610, 250, 200, 20, { isStatic: true, render: { fillStyle: '#edc...

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