大约有 360 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0085 秒)
Laya_社区(191) Laya2.0_文档(106) Laya3.0_api(40) Laya3.0_文档(14) Laya2.0_示例(4) Laya2.0_api(3) Laya_示例(2)
...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
...cker.ts:99 当颜色发生改变时执行的函数处理器。 默认返回参数color:颜色值字符串。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子对...
来源: 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
...IGroup.ts:28 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in ...
来源: Laya3.0_api 发布时间: 20231115
...IGroup.ts:28 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in ...
来源: Laya3.0_api 发布时间: 20231115
...擎就会帮我们加载并解码显示出来。loadImage这个方法中的参数不仅仅有接收地址的url还接收base64和svg的格式。编译运行上面的代码我们看到下图中的效果。 总结:上面的代码给我们很好的启示,在项目中我们的特殊艺术字可以...
来源: Laya3.0_文档 发布时间: 20251010
...播放第一个动画。如果要使用其它的动画,那么在第三个参数处设置动画名称即可。`play()`方法的api参数说明如图30所示。  (图30) 修改为使用多个Animation动画的示例代码如下: ```javascript //初始化引擎 Laya.init(600...
来源: Laya2.0_文档 发布时间: 20210715
...播放第一个动画。如果要使用其它的动画,那么在第三个参数处设置动画名称即可。`play()`方法的api参数说明如图30所示。  (图30) 修改为使用多个Animation动画的示例代码如下: **入口类GameMain.ts** ```typescript // 程...
来源: Laya2.0_文档 发布时间: 20210715