大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0045 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
... */ getControllerLayer(layerInex: number = 0): AnimatorControllerLayer { return this._controllerLayers[layerInex]; } 举一个使用此方法的例子: //获得BaseLayer层AnimatorControllerLayer let animatorControllerLayer : Laya.AnimatorControllerLayer = this.animator.getControllerLayer(0); //...
来源: Laya3.0_文档 发布时间: 20241014
...pertyParams:Object (default = null) constructParams:Array (default = null)ReturnsAvatarclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method public function cloneTo(destObject:*):void 克隆。 Parameters destObject:* — 克隆源。 load()method publ...
来源: Laya2.0_api 发布时间: 20190513
...mlevel = this.tiledMap.getLayerByName(layerName); if (itemlevel == null) { return; } itemlevel.addChild(); 2019-06-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回...
来源: Laya_社区 发布时间: 20190612
...PhysicsTransformation(force:Boolean):void { if(_nativeColliderObject==null)return;//我加了这个 _innerDerivePhysicsTransformation(_nativeColliderObject.getWorldTransform(), force); } 附件 : --> 2019-01-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...
来源: Laya_社区 发布时间: 20190119
...(): void Defined in laya/display/cmd/TransformCmd.ts:36 回收到对象池 Returns void Globals "laya/display/cmd/TransformCmd" TransformCmd matrix pivotX pivotY ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static...
来源: Laya3.0_api 发布时间: 20231115
...ver(): void Defined in laya/display/cmd/RotateCmd.ts:35 回收到对象池 Returns void Globals "laya/display/cmd/RotateCmd" RotateCmd angle pivotX pivotY ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static proper...
来源: Laya3.0_api 发布时间: 20231115
... void Defined in laya/display/cmd/DrawTexturesCmd.ts:36 回收到对象池 Returns void Globals "laya/display/cmd/DrawTexturesCmd" DrawTexturesCmd colors pos texture ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface St...
来源: Laya3.0_api 发布时间: 20231115
... 21:10 浏览: 1890 关注: 2 人 Laya_XS • 2019-02-13 22:41 if(!fileObj)return;//先加个保护,下个版本修复下。 WaIker • 2019-07-04 17:39 ? 想手动删除一个自动缓存的文件,到底如何解决?
来源: Laya_社区 发布时间: 20190110
...chSubInfo Defined in laya/d3/component/staticmesh/StaticBatchSubMesh.ts:16 Returns StaticBatchSubInfo Properties indexCount indexCount: number Defined in laya/d3/component/staticmesh/StaticBatchSubMesh.ts:12 indexStart indexStart: number Defined in laya/d3/component/staticmesh/StaticBatchSubMesh.ts:...
来源: Laya3.0_api 发布时间: 20231115
...即可!//屏蔽手机端页面滑动 document.ontouchstart=function() { return false; } 2017-01-12 0 0 分享 微博 QZONE 微信 mcsite 赞同来自: 还是不行 2018-01-09 0 0 分享 微博 QZONE 微信 xuelaya 赞同来自: 屏蔽不了!!求方法!! 2018-06-23 0 0 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20170112