大约有 4,338 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0070 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...什么问题啊 in JSON at position 11601;at api readFile success callback function SyntaxError: Unexpected token 2018-02-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 这个是语法错误 ...
来源: Laya_社区 发布时间: 20180209
... ...args 无数子节点。 */ public function addChildren(... args):void { var i:int = 0, n:int = args.length; while (i < n) { addChild(args[i++]); } ...
来源: Laya_社区 发布时间: 20180810
...图层 这个熊 是一个Sprite 在 官方演示 投石机项目function initMatter() 最开始 加载了一个图片 Sprite 我想 石头 怎么 能在熊的后面? 如何处理这种图层关系? 附件 : --> 2017-04-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20170419
... public var y:Number Y轴偏移量。 Method Detailrecover()method public function recover():void 回收到对象池 Constant DetailIDConstantpublic static const ID:String = FillTextureMon May 13 2019, 03:12 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
....utils.Stat; import laya.webgl.WebGL; public class Debug_FPSStats { public function Debug_FPSStats() { Laya.init(Browser.clientWidth, Browser.clientHeight); Stat.show(Browser.clientWidth - 120 >> 1, Browser.clientHeight - 100 >> 1); } } }
来源: Laya2.0_示例 发布时间: 20241129
...阵的方法 //返回变化矩阵 __proto.getResultMatrixByFrame=function(index){ var matrix=this._resultMatrixCache[index]; if(matrix){ return matrix; } return this.resultMatrix; } 2. Bone ...
来源: Laya_社区 发布时间: 20190805
...terialParser collectLinks parse parseLegacy Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...gMaterial(); Laya.Texture2D.load("ceshi.jpg", Laya.Handler.create(this, function (texture) { material.albedoTexture = texture; })); 附件 : --> 2020-12-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什...
来源: Laya_社区 发布时间: 20201207
...域 的详解 hit事件执行效率探讨 执行回调函数时报is not a function 问题状态 最新活动: 2019-05-27 16:05 浏览: 3438 关注: 2 人
来源: Laya_社区 发布时间: 20190525
...te3D.load("part.lh")) as Sprite3D; part.once(Event.HIERARCHY_LOADED, this, function():void{ part.transform.localScale = new Vector3(3, 3, 3); }); 2017-03-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zfree 相关问题 u...
来源: Laya_社区 发布时间: 20170316