大约有 829 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0091 秒)
...)。 Component changeHandler : Handler 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能...
来源: laya_api 发布时间: 20170929
...ct修改 Dialog closeHandler : Handler 对话框被关闭时会触发的回调函数处理器。 回调函数参数为用户点击的按钮名字name:String。 Dialog closeType : String关闭类型,点击name为"close","cancel","sure","no","yes","no"的按钮时,会自动记录...
来源: Laya2.0_api 发布时间: 20190513
...。 UIComponent changeHandler : Handler 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite ...
来源: Laya2.0_api 发布时间: 20190513
...lickBtn,[index]); } Laya.class(TestUI, "TestUI", TestPageUI); //按钮Click回调 function onClickBtn(index) { alert("你点击了第:"+index+"个btn"); } //初始化引擎 Laya.init(600, 400); Laya.stage.bgColor='#EEFFCC'; Laya.loader.load("res/atlas/comp.json", Handler.create(this, onAssetLoaded...
来源: Laya_社区 发布时间: 20170513
...fect修改 Dialog closeHandler : Handler 对话框被关闭时会触发的回调函数处理器。 回调函数参数为用户点击的按钮名字name:String。 Dialog comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开...
来源: laya_api 发布时间: 20170929
...。 Default value complete: Function | null = null (可选)加载完成回调。 Returns void removeCmd removeCmd(cmd: any): void Inherited from Graphics.removeCmd Defined in laya/display/Graphics.ts:185 Parameters cmd: any Returns void restore restore(): RestoreCmd Inherited from Graphics.resto...
来源: Laya3.0_api 发布时间: 20231115
...贞更新间隔机制、时间和其他一些Timer相关的问题 ios原生回调问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 问题状态 最新活动: 2018-07-09 14:05 浏览: 1051 关注: 5 人 对方正在输入... • 2018-07-09 14:10 使用了的,在浏览...
来源: Laya_社区 发布时间: 20180709
...例 roleAni = new Animation(); // 加载动画图集,加载成功后执行回调方法 roleAni.loadAtlas("res/atlas/role.atlas",Handler.create(this,onLoaded)); } private function onLoaded():void { //添加到舞台 Laya.stage.addChild(roleAni); //创建动画模板dizziness Animation.createFrames(an...
来源: Laya2.0_文档 发布时间: 20210715
...像素为单位)。 Component changeHandler : Handler滚动变化时回调,回传value参数。ScrollBar comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。...
来源: laya_api 发布时间: 20170929
...像素为单位)。 UIComponent changeHandler : Handler滚动变化时回调,回传value参数。ScrollBar customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite dataSource : *[override] 数...
来源: Laya2.0_api 发布时间: 20190513