大约有 1,147 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0161 秒)
Laya3.0_api(314) Laya_社区(291) Laya2.0_api(226) laya_api(174) Laya2.0_文档(113) Laya3.0_文档(26) Laya2.0_示例(3)
...null, instanceHandler:Handler = null):*[static] 根据指定的 json 数据创建节点对象。 比如: { "type":"Sprite", "props":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "customProps":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "child":[ { "type":"Text", "props":{ "text":"this ...
来源: Laya2.0_api 发布时间: 20190513
JS中利用New创建出来的对象和相应内存,如何主动去释放? var Karaok = (function(){ function Karaok(){ var mm=1; } return Karaok; })(layaUI); (function(LayaSample){ (function(){ Laya.init(640,1027); Laya.loader.load("res/atlas/comp.json",Laya.Handler.create(...
来源: Laya_社区 发布时间: 20170223
...or, AttachPoint, Collider, KeyframeAnimations, Script Component3D 类用于创建组件的父类。 Public Properties PropertyDefined By destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 Component3D id : int[read-only] 获取唯一...
来源: laya_api 发布时间: 20170929
...heritanceSky laya.resource.ResourceSubclasses SkyBox, SkyDome Sky 类用于创建天空的父类,抽象类不允许实例。 Public Properties PropertyDefined By alphaBlending : Number 获取透明混合度。 Sky colorIntensity : Number 获取颜色强度。 Sky envDiffuseSHBlue : Float...
来源: laya_api 发布时间: 20170929
我来改代码! 你来告诉我怎么改? 用计时器创建10个动画, 这么简单的逻辑有问题吗? 一个项目里这种逻辑会少吗? 我愚钝, 我不会写, 你来写给不报错的版本版本我看看. 2018-09-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20180908
...的代码, 修改 Laya.timer.frameLoop(1, this, this.timeHandelr); 一帧创建一个动画, 这个需求不过分吧? 附件 : --> 2018-09-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同...
来源: Laya_社区 发布时间: 20180908
...Public Methods MethodDefined By MeshRenderer(owner:RenderableSprite3D) 创建一个新的 MeshRender 实例。 MeshRenderer _destroy():void[override] MeshRenderer _needRender(boundFrustum:BoundFrustum):Boolean[override] MeshRenderer _renderUpdate(context:RenderContext3D, transform:Trans...
来源: Laya2.0_api 发布时间: 20190513
...Packagelaya.d3.mathClasspublic class RayInheritanceRay Object Ray 类用于创建射线。 Public Properties PropertyDefined By direction : Vector3方向Ray origin : Vector3原点RayPublic Methods MethodDefined By Ray(origin:Vector3, direction:Vector3) 创建一个 Ray 实例。 RayPrope...
来源: laya_api 发布时间: 20170929
TieldMap is not counstructer 代码如下: //创建TiledMap实例 this._tMap = new TiledMap(); //创建Rectangle实例,视口区域 var viewRect:Laya.Rectangle = new Laya.Rectangle(); console.log(this._tMap); ...
来源: Laya_社区 发布时间: 20200815
...yframeNodeListInheritanceKeyframeNodeList Object KeyframeNodeList 类用于创建KeyframeNode节点队列。 Public Properties PropertyDefined By count : int 获取节点个数。 KeyframeNodeListPublic Methods MethodDefined By KeyframeNodeList() 创建一个 KeyframeNodeList 实例。 Keyf...
来源: Laya2.0_api 发布时间: 20190513