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

大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0045 秒)

991. 动画状态机详解 · LayaAir3.0文档 · LAYABOX [ 57%]

... */ getControllerLayer(layerInex: number = 0): AnimatorControllerLayer { return this._controllerLayers[layerInex]; } 举一个使用此方法的例子: //获得BaseLayer层AnimatorControllerLayer let animatorControllerLayer : Laya.AnimatorControllerLayer = this.animator.getControllerLayer(0); //...

来源: Laya3.0_文档 发布时间: 20241014

992. laya.d3.core.Avatar [ 57%]

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

993. 请问 tilemap加入大量的sprite性能会很低吗 [ 57%]

...mlevel = this.tiledMap.getLayerByName(layerName); if (itemlevel == null) { return; } itemlevel.addChild(); 2019-06-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回...

来源: Laya_社区 发布时间: 20190612

994. 刚升级了2.0正式版 PhysicsComponent问题 [ 57%]

...PhysicsTransformation(force:Boolean):void { if(_nativeColliderObject==null)return;//我加了这个 _innerDerivePhysicsTransformation(_nativeColliderObject.getWorldTransform(), force); } 附件 : --> 2019-01-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...

来源: Laya_社区 发布时间: 20190119

995. laya.display.cmd.TransformCmd_API3.0 [ 57%]

...(): 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

996. laya.display.cmd.RotateCmd_API3.0 [ 57%]

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

997. laya.display.cmd.DrawTexturesCmd_API3.0 [ 57%]

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

998. Laya.MiniAdpter.remove移除资源时出错 [ 57%]

... 21:10 浏览: 1890 关注: 2 人 Laya_XS • 2019-02-13 22:41 if(!fileObj)return;//先加个保护,下个版本修复下。 WaIker • 2019-07-04 17:39 ? 想手动删除一个自动缓存的文件,到底如何解决?

来源: Laya_社区 发布时间: 20190110

999. laya.d3.component.staticmesh.StaticBatchSubInfo_API3.0 [ 57%]

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

1000. 分享:屏蔽手机浏览器页面滑动 [ 57%]

...即可!//屏蔽手机端页面滑动 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