大约有 485 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0076 秒)
Laya_社区(155) Laya3.0_api(139) Laya2.0_api(67) laya_api(56) Laya2.0_文档(44) Laya3.0_文档(21) Laya2.0_示例(3)
...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
...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
加载的图集会自动销毁 使用Laya.loader.load加载图集,cache参数为默认值true 加载后实例化的界面正常使用该图集显示 经过一段其它加载逻辑后该图集丢失,通过Loader.getRes获取为undefined 实例化相关界面loseskin 代码中没有任...
来源: Laya_社区 发布时间: 20180503
...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
...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
...Bar 实例的 value 属性发生变化时的函数处理器。 默认返回参数value 属性(进度值)。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子...
来源: Laya3.0_api 发布时间: 20231115
...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
...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
...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
...回调方法,那么就需要对`Laya.Hanlder.create()`方法中的`once`参数设置为`false`。或者用`new Laya.Handler()`的方式创建。 例如,我们需要在游戏开始界面中加载资源,需要对加载资源的进度进行显示,下面的编码为就是错误的。 1. `Laya.lo...
来源: Laya2.0_文档 发布时间: 20210715