大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0068 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...Laya.timer.once如何设置回调参数 看到API文档上描述是 public function once(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 但是照这个写了 Laya.timer.once(800,this,sh,[1,3,4]) 之后,在回调函数sh 里面 收到的不是数组,请...
来源: Laya_社区 发布时间: 20170827
...e(this,this.onLoaded)); } private createButton(skin: string,name:string,cb:Function,index:number): Button { var btn: Button = new Button(skin,name); Laya.stage.addChild(btn); btn.on(Event.CLICK,this,cb); btn.size(147,55); btn.name = name; btn.right = 10; btn.top = index * (btn.height + 10); return b...
来源: Laya2.0_示例 发布时间: 20260106
...阵的方法 //返回变化矩阵 __proto.getResultMatrixByFrame=function(index){ var matrix=this._resultMatrixCache[index]; if(matrix){ return matrix; } return this.resultMatrix; } 2. Bone ...
来源: Laya_社区 发布时间: 20190805
...t(type) 调用init方法时候闪退,错误信息是 "fish.init is not a function" "TypeError: fish.init is not a function at Function.CFSprite.reusableFishWithType (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/js/common/CFSprite.js:28:14) at GameView.addFinsh (file:///Users/heboyce/Deskto...
来源: Laya_社区 发布时间: 20180404
...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Box = Laya.Box; var Clip = Laya.Clip; var Label = Laya.Label; var Utils = Laya.Utils; // 此类对应的json对象: // {"child": [{"type": "Clip", "props": {"x": "13", "y": "0", "left": "12", "height": "24"...
来源: Laya_示例 发布时间: 20260106
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
... * @return */ public static function getFileInfo(fileUrl:String):Object { return MiniFileMgr.getFileInfo(fileUrl); } /** * 获取缓存文件列表 ...
来源: Laya_社区 发布时间: 20180621
...ht",a); // 注册手指按下事件 document.addEventListener("touchstart",function(e){ //a=!a;// 实现奇数次打开 偶数次关闭 // b、调用静态函数openlight 参数为a wxRegLogin //Test.call("openlight",a); Test.call("wxRegLogin",a); }); android的: public class Test { public s...
来源: Laya_社区 发布时间: 20171227
... 设置panel.vscrollBar.value=panel.vscrollBar.max 完毕 示例:public function Main() { Laya.init(1240,800,WebGL); Laya.stage.bgColor="#EEFFCC"; Laya.loader.load([{url:"res/atlas/comp.json",type:Loader.ATLAS},{url:"bg2.png"}],Handler.create(this,onCom)); } private function onCom():void { var img...
来源: Laya_社区 发布时间: 20161103
...ontPlay _playAllTime animatorState duration Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115