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

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

501. 自定义Shader · LayaAir3.0文档 · LAYABOX [ 35%]

...haderPass中不同渲染片段中的vs和fs中的glsl语句内容 开始和结束标志:GLSL Start / GLSL End Pass 对应的VS和FS片段标记:#defineGLSL “name” / #endGLSL 其中,#defineGLSL 和#endGLSL 中包含的内容为与之着色器功能相对于的glsl的语句 GLSL Start #defin...

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

502. 粒子动画透明度问题 [ 35%]

...//起始标量速度\n float endVelocity = startVelocity * u_EndVelocity;//结束标量速度\n\n float velocityIntegral = startVelocity * normalizedAge +(endVelocity - startVelocity) * normalizedAge *normalizedAge/2.0;//计算当前速度的标量(单位空间),vt=v0*t+(1/2)*a*(t^2)\n \n vec3...

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

503. laya.ui.WXOpenDataViewer_API3.0 [ 35%]

...clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:536 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node ...

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

504. laya.ui.UIComponent_API3.0 [ 35%]

...clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node ...

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

505. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 35%]

...发跳(二连跳) */ _proto.jump = function(){ this.gotoJump(); } //跳结束重置 _proto.jumpReset = function(){ } })(); 简单的玩家类写好了~~ 我们打开RunGame.js 把玩家添加到场景看看效果   (function () { /** * 游戏入口 */ function RunGame(){ this.bg = null; this.ma...

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

506. laya.ui.ScaleBox_API3.0 [ 35%]

...clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node ...

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

507. laya.display.Scene_API3.0 [ 35%]

...clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void close close(type?: string): void Defined in laya/display/Scene.ts:149 关闭场景 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能...

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

508. laya.ui.Box_API3.0 [ 35%]

...clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node ...

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

509. laya.d3.component.animator.AnimatorState_API3.0 [ 34%]

... = 1 Defined in laya/d3/component/Animator/AnimatorState.ts:79 动作播放结束时间。 clipStart clipStart: number = 0 Defined in laya/d3/component/Animator/AnimatorState.ts:76 动作播放起始时间。 curTransition curTransition: AnimatorTransition Defined in laya/d3/component/Animator/Anima...

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

510. laya.ui.AdvImage_API3.0 [ 34%]

...clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:536 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node ...

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