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

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

791. 用Unity插件导出的模型渲染报错 [ 74%]

...*924 • 2019-05-16 15:18 Utils3D._mulMatrixArray(this._cacheAnimationNode[index].transform.getWorldMatrix(),bindPoses[meshBindPoseInices[index]],data,k *16); this._skinnedDataLoopMarks[index]=Stat.loopCount; 源码里看到 this._cacheAnimationNode[index]这个值是undefined的 155*****924 • 201...

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

792. laya.html.HtmlElement_API3.0 [ 74%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/html/HtmlElement" HtmlElement Class HtmlElement Hierarchy HtmlElement Index Constructors constructor Properties _attrs name obj spa...

来源: Laya3.0_api 发布时间: 20231115

793. laya.display.AnimationPlayerBase [ 74%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationPlayerBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationPlayerBaseInheritanceAnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation...

来源: laya_api 发布时间: 20170929

794. tiledMap tileSetId是什么 [ 74%]

...tId是什么 getTileProperties () method public function getTileProperties(index:int, id:int, name:String):* 得到tile自定义属性 Parameters index:int — 地图块索引 id:int — 具体的TileSetID name:String — 属性名称 这个api怎么用?tileSetId是什么 2018-01-29 添加评论 ...

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

795. laya.d3.core.scene.BaseScene [ 74%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BaseSceneProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class BaseSceneInheritanceBaseScene Sprite Node EventDispatcher ObjectImplements ISubmitSubclasses Scene, VRScene BaseScene 类用...

来源: laya_api 发布时间: 20170422

796. 数字滚动效果怎么实现? [ 74%]

...怎么实现? 想做一个数字滚动效果,但是发现clip组件的index只能是整数,不能变化index的值来控制数字的滚动。求问要如何实现 2018-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

797. ViewStack属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 74%]

... ViewStack 组件的API使用请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.ViewStack](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.ViewStack)。 ## 2、通过LayaAirIDE创建ViewStack组件 ### 2....

来源: Laya2.0_文档 发布时间: 20210715

798. laya.d3.physicscannon.shape.CannonColliderShape_API3.0 [ 74%]

Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physicsCannon/shape/CannonColliderShape" CannonColliderShape Class CannonColliderShape ColliderShape 类用于创建形状碰撞器...

来源: Laya3.0_api 发布时间: 20231102

799. 怎么用base64加载图集? [ 74%]

...s里边? 把res里边的图片,图集,code.js ,anim文件都包含在index.html,最后运行就一个index.html文件 附件 : --> 2019-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 156*****215 赞同...

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

800. 深入理解LayaAir引擎架构和实现原理(一)跨平台引擎源码编译 [ 74%]

...) if exist ..\..\bin\tsc\layaAir ( rmdir /s/q ..\..\bin\tsc\layaAir ) node index.js cd ..\ gulp build @pause 复制代码[/code] 查看代码易知,在编译前,会先删除build和 bin/tsc/layaAir文件夹。build文件夹是最终导出各语言平台下laya引擎库文件的地方。layaAir...

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