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

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

11. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 43%]

...p://layabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); function clickHandler(){ var url = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在...

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

12. laya.ui.CheckBox_API3.0 [ 42%]

...属性 y 的值,用于控制 checkBox 对象的显示位置。 checkBox.clickHandler = new Handler(this, onClick, [checkBox]);//设置 checkBox 的点击事件处理器。 Laya.stage.addChild(checkBox);//将此 checkBox 对象添加到显示列表。 } private function onClick(checkBox:CheckBox):v...

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

13. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 42%]

...ayabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,this.clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); } private clickHandler():void{ var url:string = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加...

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

14. laya.ui.Button [ 41%]

...垂直方向中心线的距离(以像素为单位)。 UIComponent  clickHandler : Handler 对象的点击事件处理器函数(无默认参数)。 Button customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函...

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

15. laya.ui.Radio_API3.0 [ 40%]

...InHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea ico...

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

16. laya.ui.Button [ 39%]

...的垂直方向中心线的距离(以像素为单位)。 Component  clickHandler : Handler 对象的点击事件处理器函数(无默认参数)。 Button comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自...

来源: laya_api 发布时间: 20170929

17. laya.ui.Button_API3.0 [ 38%]

...的属性 y 的值,用于控制 button 对象的显示位置。 button.clickHandler = new Handler(this, onClickButton,[button]);//设置 button 的点击事件处理器。 Laya.stage.addChild(button);//将此 button 对象添加到显示列表。 } private function onClickButton(button:Button):voi...

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

18. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 32%]

...ayabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,this.clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); 编译运行上面的代码,然后点击舞台可以看到,二维码已经显示到了舞台上,可以用手机扫下,发现手机...

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

19. laya.ui.Radio [ 31%]

...的垂直方向中心线的距离(以像素为单位)。 UIComponent clickHandler : Handler 对象的点击事件处理器函数(无默认参数)。 Button customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函...

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

20. laya.ui.Radio [ 29%]

...器的垂直方向中心线的距离(以像素为单位)。 Component clickHandler : Handler 对象的点击事件处理器函数(无默认参数)。 Button comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自...

来源: laya_api 发布时间: 20170929