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

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

1. laya.components.CommonScript_API3.0 [ 100%]

...es Component.onLateUpdate Defined in laya/components/CommonScript.ts:57 每更新时执行,在update之后执行 此方法为虚方法,使用时重写覆盖即可 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component...

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

2. laya.components.AnimationClip2D_API3.0 [ 77%]

...ationClip2D.ts:414 hermite插值算法 Parameters frameValue: number 上一值 frametime: number 上一事件 frameOutWeight: number 上一权重 frameOutTangent: number 上一切线 nextframeValue: number 下一值 nextframetime: number 下一时间 nextframeInweight: number 下...

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

3. laya.ui.Tree_API3.0 [ 71%]

...的name 为“selectBox”时,将被识别为树结构的项的背景。2:悬停时背景、选中时背景。 selectBox.height = 24; selectBox.x = 13; selectBox.y = 0; selectBox.left = 12; this.addChild(selectBox);//需要使用this.访问父类的属性或方法。 var folder = new laya.ui....

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

4. laya.display.Animation_API3.0 [ 68%]

...模版,是一个Graphics对象数组,每个Graphics对象对应一个图像,动画的播放实质就是定时切换Graphics对象。 使用set source、loadImages(...)、loadAtlas(...)、loadAnimation(...)方法可以创建动画模版。使用play(...)可以播放指定动画。 example ...

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

5. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 64%]

...from Component.onLateUpdate Defined in laya/components/Component.ts:297 每更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/...

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

6. laya.display.AnimationBase_API3.0 [ 63%]

... AnimationBase 动画基类,提供了基础的动画播放控制方法和标签事件相关功能。 可以继承此类,但不要直接实例化此类,因为有些方法需要由子类实现。 Hierarchy Sprite AnimationBase FrameAnimation Animation Index Constructors constructor Properties...

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

7. laya.display.FrameAnimation_API3.0 [ 63%]

...ya/display/FrameAnimation" FrameAnimation Class FrameAnimation 节点关键动画播放类。解析播放IDE内制作的节点动画。 Hierarchy AnimationBase FrameAnimation EffectAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPri...

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

8. laya.d3.core.pixelline.PixelLineRenderer_API3.0 [ 62%]

...from Component.onLateUpdate Defined in laya/components/Component.ts:297 每更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/...

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

9. laya.display.EffectAnimation_API3.0 [ 60%]

...tionBase.count Defined in laya/display/AnimationBase.ts:269 当前动画中的总数。 Returns number customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是否开启自定义渲染,只有开启自定义...

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

10. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 43%]

...Loop Defined in laya/display/Node.ts:578 定时重复执行某函数(基于率)。功能同Laya.timer.frameLoop()。 Parameters delay: number 间隔几(单位为)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: any[] = null (可选)回...

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