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

大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0064 秒)

931. 对话框点击空白处无法关闭 [ 69%]

...call(this); } CLASS$(testUI,'ui.testUI',_super); var __proto__=testUI.prototype; __proto__.createChildren=function(){ laya.ui.Component.prototype.createChildren.call(this); this.createView(testUI.uiView); } testUI.uiView={"type":"Dialog","props":{"width":266,"height":720},"child":[{"type":"Image","p...

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

932. Laya.sprite.on 绑定事件传参数的问题 [ 69%]

...sprite.on 绑定事件传参数的问题 on () method  public function on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知。 Parameters type:String — 事...

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

933. laya.device.geolocation.GeolocationInfo_API3.0 [ 69%]

...gitude speed timestamp setPosition Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface

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

934. 手机QQ厘米秀GLTF模型使用说明(TypeScript-小游戏适配文档-QQ小游戏) [ 69%]

...D/useGLTF/CmShwoDemo.zip) #### 加载模型示例 1. 创建辅助对象 ```typescript // gltf 模型文件 gltfFile: any = { skeleton: { url: "res/skeleton.gltf", type: Loader.JSON }, face: { url: "res/face.gltf", type: Loader.JSON }, eyes: { url: "res/eyes.gltf", type: Loader.JSON }, ... } // 装...

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

935. laya.display.cmd.DrawCircleCmd_API3.0 [ 69%]

...dius x y ID getBoundPoints recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

936. laya.display.cmd.DrawPathCmd_API3.0 [ 69%]

...getBoundPoints recover _tempPoints Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

937. laya.device.motion.RotationInfo_API3.0 [ 69%]

...e alpha beta compassAccuracy gamma Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

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

938. laya.ui.HSlider [ 69%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

来源: laya_api 发布时间: 20170929

939. 请问laya有没有类似翻页容器(pageView)的组件? [ 69%]

...urPage(index) } public onMouse(e: Laya.Event, index: number): void { if (e.type == Laya.Event.MOUSE_DOWN) { this.m_downValue = this.list_rule.scrollBar.value; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.va...

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

940. 输入文本组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 69%]

...充,1:重复填充)",以逗号分隔。例如:"4,4,4,4,1" 类型 type 输入框类型,共有十三种类型:text、password、email、url、number、range、date、month、week、time、dateime、dateime—local、search。效果等同HTML的input 字符数量限制 maxchars 最大字...

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