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

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

341. laya.ui.TipManager_API3.0 [ 34%]

...: void Inherited from Text.stopDrag Defined in laya/display/Sprite.ts:1732 停止拖动此对象。 Returns void timerLoop timerLoop(delay: number, caller: any, method: Function, args?: any[], coverBefore?: boolean, jumpFrame?: boolean): void Inherited from Node.timerLoop Defined in laya/display/Nod...

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

342. laya.ui.ViewStack_API3.0 [ 34%]

...: void Inherited from Text.stopDrag Defined in laya/display/Sprite.ts:1732 停止拖动此对象。 Returns void timerLoop timerLoop(delay: number, caller: any, method: Function, args?: any[], coverBefore?: boolean, jumpFrame?: boolean): void Inherited from Node.timerLoop Defined in laya/display/Nod...

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

343. laya.ui.VBox_API3.0 [ 34%]

...: void Inherited from Text.stopDrag Defined in laya/display/Sprite.ts:1732 停止拖动此对象。 Returns void timerLoop timerLoop(delay: number, caller: any, method: Function, args?: any[], coverBefore?: boolean, jumpFrame?: boolean): void Inherited from Node.timerLoop Defined in laya/display/Nod...

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

344. laya.ui.Slider_API3.0 [ 34%]

...: void Inherited from Text.stopDrag Defined in laya/display/Sprite.ts:1732 停止拖动此对象。 Returns void timerLoop timerLoop(delay: number, caller: any, method: Function, args?: any[], coverBefore?: boolean, jumpFrame?: boolean): void Inherited from Node.timerLoop Defined in laya/display/Nod...

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

345. laya.ui.HBox_API3.0 [ 34%]

...: void Inherited from Text.stopDrag Defined in laya/display/Sprite.ts:1732 停止拖动此对象。 Returns void timerLoop timerLoop(delay: number, caller: any, method: Function, args?: any[], coverBefore?: boolean, jumpFrame?: boolean): void Inherited from Node.timerLoop Defined in laya/display/Nod...

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

346. laya.ui.Panel_API3.0 [ 33%]

...: void Inherited from Text.stopDrag Defined in laya/display/Sprite.ts:1732 停止拖动此对象。 Returns void timerLoop timerLoop(delay: number, caller: any, method: Function, args?: any[], coverBefore?: boolean, jumpFrame?: boolean): void Inherited from Node.timerLoop Defined in laya/display/Nod...

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

347. 3D寻路 · LayaAir3.3 · 引擎文档 · LAYABOX [ 30%]

...度:设置代理的最大加速度。这决定了代理在开始移动、停止移动或改变方向时的加速度。 规避品质级别:定义代理的回避品质。影响代理在导航网格上计算路径的精度和效率,较高的质量可以生成更准确和优化的路径,但可...

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

348. laya.net.LoaderManager_API3.0 [ 29%]

...ager.ts:451 清理当前未完成的加载,所有未加载的内容全部停止加载。 Returns void create create(url: string | (string | createItem)[], complete?: Handler | null, progress?: Handler | null, type?: string | null, constructParams?: any[] | null, propertyParams?: any, priority?: nu...

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

349. 基础文本 · LayaAir3.3 · 引擎文档 · LAYABOX [ 26%]

...xt); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.finishScrollText); } /* 停止滚动文本 */ finishScrollText() { Laya.stage.off(Laya.Event.MOUSE_MOVE, this, this.scrollText); Laya.stage.off(Laya.Event.MOUSE_UP, this, this.finishScrollText); } /* 鼠标滚动文本 */ scrollText() { let nowX = t...

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

350. 2D物理系统 · LayaAir3.3 · 引擎文档 · LAYABOX [ 25%]

...体或空气中运动时由于介质的阻碍而逐渐减缓速度并最终停止的现象。 开发者可以通过设置刚体的线性阻尼属性来调整刚体在运动过程中受到的线性阻尼力的强度。范围从0到无穷大。默认值为0,表示没有阻尼。有无阻尼的效果...

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