大约有 763 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0053 秒)
Laya3.0_api(274) Laya_社区(184) laya_api(104) Laya2.0_api(97) Laya2.0_文档(63) Laya3.0_文档(31) Laya2.0_示例(6) Laya_示例(4)
...画状态之间进行融合过渡播放 //第三个参数为layerIndex 层索引使用混合模式,混合了0层和1层的动画 this.animator.crossFade(this.motions[this.motionIndex], 0.2, 0); this.animator.crossFade(this.motions[this.motionIndex], 0.2, 1); } else { //使用普通模式播放 thi...
来源: Laya2.0_文档 发布时间: 20210715
...画状态之间进行融合过渡播放 //第三个参数为layerIndex 层索引使用混合模式,混合了0层和1层的动画 this.animator.crossFade(this.motions[this.motionIndex], 0.2, 0); this.animator.crossFade(this.motions[this.motionIndex], 0.2, 1); } else { //使用普通模式播放 thi...
来源: Laya2.0_文档 发布时间: 20210715
...。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode...
来源: Laya2.0_api 发布时间: 20190513
.../Material.ts:585 获得bool属性值 Parameters uniformIndex: number 属性索引 Returns boolean getBuffer getBuffer(name: string): Float32Array Inherited from Material.getBuffer Defined in laya/d3/core/material/Material.ts:955 获得Buffer Parameters name: string 属性名称 Returns Float32Array ...
来源: Laya3.0_api 发布时间: 20231115
.../Material.ts:585 获得bool属性值 Parameters uniformIndex: number 属性索引 Returns boolean getBuffer getBuffer(name: string): Float32Array Inherited from Material.getBuffer Defined in laya/d3/core/material/Material.ts:955 获得Buffer Parameters name: string 属性名称 Returns Float32Array ...
来源: Laya3.0_api 发布时间: 20231115
.../Material.ts:585 获得bool属性值 Parameters uniformIndex: number 属性索引 Returns boolean getBuffer getBuffer(name: string): Float32Array Inherited from Material.getBuffer Defined in laya/d3/core/material/Material.ts:955 获得Buffer Parameters name: string 属性名称 Returns Float32Array ...
来源: Laya3.0_api 发布时间: 20231115
...addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 BaseScene addChildren(... args):void 批量增加子节点 Node addFrustumCullingObject(renderObject:BaseRender):void BaseScene addRenderQuene():void 添加渲染队列。 BaseScene addShaderDefine(d...
来源: laya_api 发布时间: 20170422
.../Material.ts:585 获得bool属性值 Parameters uniformIndex: number 属性索引 Returns boolean getBuffer getBuffer(name: string): Float32Array Inherited from Material.getBuffer Defined in laya/d3/core/material/Material.ts:955 获得Buffer Parameters name: string 属性名称 Returns Float32Array ...
来源: Laya3.0_api 发布时间: 20231115
.../Material.ts:585 获得bool属性值 Parameters uniformIndex: number 属性索引 Returns boolean getBuffer getBuffer(name: string): Float32Array Inherited from Material.getBuffer Defined in laya/d3/core/material/Material.ts:955 获得Buffer Parameters name: string 属性名称 Returns Float32Array ...
来源: Laya3.0_api 发布时间: 20231115
...接 提交 1 个回复 w1114367261 赞同来自: play播放是可指定起索引进行播放,并且可以控制播放是否循环。 plyaTo是输入起始索引与结束索引进行指定段落播放并且只能播放一次,并且在播放完成后发出complete的回调 Api参考地址 https://...
来源: Laya_社区 发布时间: 20180404