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

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

191. laya.d3.webxr.core.WebXRCamera_API3.0 [ 66%]

....addChildAt Defined in laya/display/Node.ts:264 添加子节点到指定的索引位置。 Parameters node: Node 节点对象。 index: number 索引位置。 Returns Node 返回添加的节点。 addChildren addChildren(...args: any[]): void Inherited from Node.addChildren Defined in laya/display/N...

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

192. 寻路系统(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 66%]

...his._everyPath); } }); ``` > 通过3D世界的x,z换算出对应的网格索引,并且通过astar路径再转换为3D世界路径 ```typescript /** * 得到整数的网格索引 */ private getGridIndex(x, z,out):void{ var minX = this.terrainSprite.minX; var minZ = this.terrainSprite.minZ; var ce...

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

193. laya的animation如何每一帧的去获取回调 [ 66%]

...动timer及时器frameloop,在loop的回调里去获取ani正在播放的索引,针对索引做判断操作

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

194. 骨骼怎么没有gotoAndStop方法 [ 66%]

...的龙骨添加一个Laya.timer.frameLoop计时器,当index(当前帧索引)==total(总帧数)的时候,调stop方法停止并移除计时器即可。 2017-01-17 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 vvv123 相关问...

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

195. 寻路系统(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 66%]

...rt, _everyPath); } }); ``` > 通过3D世界的x,z换算出对应的网格索引,并且通过astar路径再转换为3D世界路径 ```typescript /** * 得到整数的网格索引 */ private function getGridIndex(x:int, z:int,out:Vector2):void{ var minX:int = terrainSprite.minX; var minZ:int = ter...

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

196. laya.d3.core.particleShuriKen.module.TextureSheetAnimation [ 66%]

...随机行,type为1时有效。TextureSheetAnimation  rowIndex : int行索引,type为1时有效。TextureSheetAnimation  startFrame : StartFrame[read-only] 获取开始帧率。TextureSheetAnimation  tiles : Vector2纹理平铺。TextureSheetAnimation  type : int类型,0为whole sheet、1...

来源: Laya2.0_api 发布时间: 20190513

197. laya.ui.Clip [ 66%]

...age对象和UI的View组件默认为true。 Sprite  index : int 当前帧索引。 Clip  interval : int 表示动画播放间隔时间(以毫秒为单位)。 Clip  isPlaying : Boolean 表示动画的当前播放状态。 如果动画正在播放中,则为true,否则为flash。 Clip layout...

来源: laya_api 发布时间: 20170929

198. laya.d3.core.pixelline.PixelLineRenderer_API3.0 [ 66%]

...htmapIndex Defined in laya/d3/core/render/BaseRender.ts:252 光照贴图的索引。 Returns number Inherited from PixelLineRenderer.lightmapIndex Defined in laya/d3/core/render/BaseRender.ts:256 光照贴图的索引。 Parameters value: number Returns void lightmapScaleOffset get lightmapScaleOffs...

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

199. laya.d3.component.Animator_API3.0 [ 66%]

...ate: AnimatorState 动画状态。 Default value layerIndex: number = 0 层索引。 Returns void crossFade crossFade(name: string, transitionDuration: number, layerIndex?: number, normalizedTime?: number): void Defined in laya/d3/component/Animator.ts:1182 在当前动画状态和目标动画状态...

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

200. 怎么知道animation当前播放到第几帧 [ 66%]

...达人 赞同来自: 获取ani.index即可,index就是动画当前帧的索引 2017-09-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 luo7954 相关问题 Animator 如何获取当前所有动画名称呢?或者所有的AnimationCl...

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