大约有 132 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0094 秒)
Laya_社区(104) Laya3.0_文档(10) Laya3.0_api(9) Laya2.0_文档(3) Laya2.0_api(3) laya_api(1) Laya_示例(1) Laya2.0_示例(1)
...d in laya/display/Stage.ts:131 设置是否渲染,设置为false,可以停止渲染,画面会停留到最后一次渲染上,减少cpu消耗,此设置不影响时钟。 比如非激活状态,可以设置renderingEnabled=false以节省消耗。 screenAdaptationEnabled screenAdaptationEnabl...
来源: Laya3.0_api 发布时间: 20231115
...urns void stopDrag stopDrag(): void 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
...ase Overrides AnimationBase.clear Defined in laya/display/Animation.ts:254 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 override Returns AnimationBase clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in...
来源: Laya3.0_api 发布时间: 20231115
...eStopScroll: boolean = false Defined in laya/ui/List.ts:182 禁用滚动条停止 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标事件检测发...
来源: Laya3.0_api 发布时间: 20231115
... from ScrollBar.disableDrag Defined in laya/ui/ScrollBar.ts:66 调用滚动停止接口stopMoveLimit时,是否禁止内容的拖拽 downButton downButton: Button Inherited from ScrollBar.downButton Defined in laya/ui/ScrollBar.ts:58 下按钮 elasticBackTime elasticBackTime: number = 500 Inherited...
来源: Laya3.0_api 发布时间: 20231115
...度:设置代理的最大加速度。这决定了代理在开始移动、停止移动或改变方向时的加速度。 规避品质级别:定义代理的回避品质。影响代理在导航网格上计算路径的精度和效率,较高的质量可以生成更准确和优化的路径,但可...
来源: Laya3.0_文档 发布时间: 20251010
... from ScrollBar.disableDrag Defined in laya/ui/ScrollBar.ts:66 调用滚动停止接口stopMoveLimit时,是否禁止内容的拖拽 downButton downButton: Button Inherited from ScrollBar.downButton Defined in laya/ui/ScrollBar.ts:58 下按钮 elasticBackTime elasticBackTime: number = 500 Inherited...
来源: Laya3.0_api 发布时间: 20231115
...herited from AnimationBase.stopDrag Defined in laya/display/Sprite.ts:1678 停止拖动此对象。 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 发布时间: 20231102
...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
...体或空气中运动时由于介质的阻碍而逐渐减缓速度并最终停止的现象。 开发者可以通过设置刚体的线性阻尼属性来调整刚体在运动过程中受到的线性阻尼力的强度。范围从0到无穷大。默认值为0,表示没有阻尼。有无阻尼的效果...
来源: Laya3.0_文档 发布时间: 20251010