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

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

121. laya.display.Stage_API3.0 [ 43%]

...d in laya/display/Stage.ts:131 设置是否渲染,设置为false,可以停止渲染,画面会停留到最后一次渲染上,减少cpu消耗,此设置不影响时钟。 比如非激活状态,可以设置renderingEnabled=false以节省消耗。 screenAdaptationEnabled screenAdaptationEnabl...

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

122. laya.display.Sprite_API3.0 [ 41%]

...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

123. laya.display.Animation_API3.0 [ 39%]

...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

124. laya.ui.List_API3.0 [ 39%]

...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

125. laya.ui.VScrollBar_API3.0 [ 39%]

... 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

126. 3D寻路 · LayaAir3.3 · 引擎文档 · LAYABOX [ 38%]

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

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

127. laya.ui.HScrollBar_API3.0 [ 38%]

... 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

128. laya.ui.AdvImage_API3.0 [ 38%]

...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

129. 基础文本 · LayaAir3.3 · 引擎文档 · LAYABOX [ 33%]

...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

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

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

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