大约有 258 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0048 秒)
...et; }; //通过名字,清理一组对象池 ClearGroup(head_sign:string, caller:any, func:Function): void { for (var key in this._poolDic) { if (key.indexOf(head_sign) == 0) { var pool = this._poolDic[key]; if (func) { for (var i = 0, len = pool.length; i < len; i++) { var item = pool[i]; func....
来源: Laya3.0_文档 发布时间: 20251010
...et; }; //通过名字,清理一组对象池 ClearGroup(head_sign:string, caller:any, func:Function): void { for (var key in this._poolDic) { if (key.indexOf(head_sign) == 0) { var pool = this._poolDic[key]; if (func) { for (var i = 0, len = pool.length; i < len; i++) { var item = pool[i]; func....
来源: Laya3.0_文档 发布时间: 20250104
...新手学习 2394153839@qq.com 2017-11-07 0 0 分享 微博 QZONE 微信 call1991 赞同来自: 请问你这游戏适配是怎么做的呢 2017-11-16 0 1 分享 微博 QZONE 微信 layali 赞同来自: 大神,横屏游戏怎么控制输入法的方向? 2017-11-21 0 4 分享 微博 QZONE 微信 y...
来源: Laya_社区 发布时间: 20170609
...0:18.541 5371-5371/com.ReleaseTest.Four W/AwContents: onDetachedFromWindow called when already detached. Ignoring 06-20 19:10:18.550 5371-5371/com.ReleaseTest.Four W/art: Attempt to remove local handle scope entry from IRT, ignoring 06-20 19:10:18.550 5371-5371/com.ReleaseTest.Four W/art: Attempt to...
来源: Laya_社区 发布时间: 20170620
...me": "render", "right": "0", "left": "0"}}; function Item() { Item.__super.call(this); this.right = 0; this.left = 0; var selectBox = new Clip("../../res/ui/tree/clip_selectBox.png", 1, 2); selectBox.name = "selectBox"; //设置 selectBox 的name 为“selectBox”时,将被识别为树结构的...
来源: Laya2.0_文档 发布时间: 20210715
.../arm64/liblayaair.so (laya::imp_JS2CFunc<void (laya::JSAudio::*)()>::call(v8::FunctionCallbackInfo<v8::Value> const&)+364) [arm64-v8a] 7 #06 pc 00000000009b6d1c /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (v8::internal::FunctionCallbackArguments::Call(void (*)(v8...
来源: Laya_社区 发布时间: 20191030
...abel; function ListItemRender() { var label = null; ListItemRender.__super.call(this); this.size(100, 20); label = new Label(); label.fontSize = 12; label.color = "#FFFFFF"; this.addChild(label); this.setLabel = function(value) { label.text = value; } } Laya.class(ListItemRender, "ListItemRender", B...
来源: Laya_示例 发布时间: 20251209
...get.angel.level; // 构造 function IsLand() { // 初始化 IsLand.__super.call(this); // 名字 this.name = "gemini"; this.init(); } // 注册类 IsLand Laya.class(IsLand,"IsLand",laya.display.Sprite); // 原型 var _proto = IsLand.prototype; // 初始化 _proto.init = function(){ // 球体 this.ba...
来源: Laya_社区 发布时间: 20170720
...) { pivot.transform.rotation = Quaternion.Euler(0, 0, -20); } // Update is called once per frame void Update () { if (Input.GetKey(KeyCode.A)) { guard.transform.position = new Vector3(guard.transform.position.x + 0.1f, guard.transform.position.y, guard.transform.position.z); } else if (Input.GetKey(...
来源: Laya_社区 发布时间: 20171228
...me": "render", "right": "0", "left": "0"}}; function Item() { Item.__super.call(this); this.right = 0; this.left = 0; var selectBox = new Clip("../../res/ui/tree/clip_selectBox.png", 1, 2); selectBox.name = "selectBox"; //设置 selectBox 的name 为“selectBox”时,将被识别为树结构的...
来源: Laya_示例 发布时间: 20251209