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

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

271. laya.ui.HScrollBar_API3.0 [ 57%]

...dler Defined in laya/ui/ScrollBar.ts:46 滚动变化时回调,回传value参数。 disableDrag disableDrag: boolean = false Inherited from ScrollBar.disableDrag Defined in laya/ui/ScrollBar.ts:66 调用滚动停止接口stopMoveLimit时,是否禁止内容的拖拽 downButton downButton: Button I...

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

272. laya.ui.VScrollBar_API3.0 [ 57%]

...dler Defined in laya/ui/ScrollBar.ts:46 滚动变化时回调,回传value参数。 disableDrag disableDrag: boolean = false Inherited from ScrollBar.disableDrag Defined in laya/ui/ScrollBar.ts:66 调用滚动停止接口stopMoveLimit时,是否禁止内容的拖拽 downButton downButton: Button I...

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

273. 加载的图集会自动销毁 [ 57%]

加载的图集会自动销毁 使用Laya.loader.load加载图集,cache参数为默认值true   加载后实例化的界面正常使用该图集显示   经过一段其它加载逻辑后该图集丢失,通过Loader.getRes获取为undefined   实例化相关界面loseskin 代码中没有任...

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

274. laya.d3.core.light.SpotLight [ 57%]

...Light  _prepareToScene():Boolean[override] 更新聚光相关渲染状态参数。 SpotLight addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent...

来源: Laya2.0_api 发布时间: 20190513

275. laya.spine.SpineSkeleton_API3.0 [ 57%]

...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...

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

276. laya.ui.ProgressBar_API3.0 [ 57%]

...Bar 实例的 value 属性发生变化时的函数处理器。 默认返回参数value 属性(进度值)。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子...

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

277. laya.ui.HSlider_API3.0 [ 57%]

...ndler Defined in laya/ui/Slider.ts:46 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是...

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

278. laya.ui.VSlider_API3.0 [ 57%]

...ndler Defined in laya/ui/Slider.ts:46 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是...

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

279. laya.ui.ScrollBar_API3.0 [ 57%]

...dler Defined in laya/ui/ScrollBar.ts:46 滚动变化时回调,回传value参数。 disableDrag disableDrag: boolean = false Defined in laya/ui/ScrollBar.ts:66 调用滚动停止接口stopMoveLimit时,是否禁止内容的拖拽 downButton downButton: Button Defined in laya/ui/ScrollBar.ts:58 下...

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

280. 内存优化方式(JavaScript-2D进阶篇(JS)-性能优化) [ 57%]

...回调方法,那么就需要对`Laya.Hanlder.create()`方法中的`once`参数设置为`false`。或者用`new Laya.Handler()`的方式创建。 例如,我们需要在游戏开始界面中加载资源,需要对加载资源的进度进行显示,下面的编码为就是错误的。 1. `Laya.lo...

来源: Laya2.0_文档 发布时间: 20210715