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

大约有 258 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0048 秒)

231. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 33%]

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

232. 3D粒子编辑模块 · LayaAir3文档 · LAYABOX [ 33%]

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

233. 腊鸭做的棋牌游戏。(添加了牛牛私人房跟百人场) [ 33%]

...新手学习 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

234. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 33%]

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

235. Tree属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 32%]

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

236. 安卓概率性闪退 [ 32%]

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

237. 缓动-缓动函数演示 [ 32%]

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

238. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 31%]

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

239. 父物体旋转会导致子物体的世界坐标系不正确?(附demo) [ 30%]

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

240. UI-Tree [ 29%]

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