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

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

391. laya.display.Text [ 37%]

...ner(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):Boolean 检测某个点是否在此对象内。 Sprite isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 Ev...

来源: laya_api 发布时间: 20170929

392. 纹理压缩 · LayaAir3.0文档 · LAYABOX [ 35%]

...C2 可以获取到WEBGL_compressed_texture_pvrtc对象,但获取不到pvr类型的值(IOS15以上不再支持) 不支持 抖音小游戏Android端 RGBA_ASTC4x4、RGBA_ASTC6x6、RGBA_ASTC8x8、RGBA_ASTC10x10、RGBA_ASTC12x12、SRGB8_A8_ASTC4x4、SRGB8_A8_ASTC6x6、SRGB8_A8_ASTC8x8、SRGB8_A8_ASTC10...

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

393. IDE快捷键与鼠标交互操作大全 · LayaAir3.0文档 · LAYABOX [ 34%]

...1.6 属性面板操作 1.6.1 属性数值滑动输入 当属性值是数字类型时,鼠标移动到输入框上,鼠标样式会转换为双向箭头样式, 此时可按箭头方向划动改变数值,也可点击直接输入框通过键盘输入。 1.6.2 属性保存:Ctrl + S 无论是在...

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

394. laya.display.Graphics [ 34%]

...可选)高度。  type:String (default = repeat) — (可选)填充类型 repeat|repeat-x|repeat-y|no-repeat  offset:Point (default = null) — (可选)贴图纹理偏移 getBounds()method  public function getBounds(realSize:Boolean = false):Rectangle 获取位置及宽高信息矩阵(...

来源: laya_api 发布时间: 20170929

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

...opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="file";//设置类型是file类型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; ``` 下面看下完整的代码: ```typescript //初始化引擎 Laya.init(100,100); ...

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

396. laya.ui.CheckBox_API3.0 [ 33%]

...组件。 Type parameters T: Component Parameters componentType: {} 组件类型。 Returns T 组件。 addComponentInstance addComponentInstance(component: Component): Component Implementation of ISelect.addComponentInstance Inherited from Node.addComponentInstance Defined in laya/display/Node.ts:9...

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

397. socket通讯返回数据 [ 33%]

...这个数据分发给各个渲染选项类? ts 用 getChildByName 返回类型出错 RayCastAll射线检测同一MeshColliderShape返回两个结果 socket监听 问题状态 最新活动: 2018-02-11 14:21 浏览: 3171 关注: 2 人 zxc1315 • 2018-02-11 11:41 服务端 没有问题 客户端是 ...

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

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

...opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="file";//设置类型是file类型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; ``` 下面看下完整的代码: ```typescript class Main { private video:Laya.Video;...

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

399. laya.ui.TextArea_API3.0 [ 33%]

...组件。 Type parameters T: Component Parameters componentType: {} 组件类型。 Returns T 组件。 addComponentInstance addComponentInstance(component: Component): Component Inherited from Node.addComponentInstance Defined in laya/display/Node.ts:935 添加组件实例。 Parameters component: ...

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

400. 位图字体的制作与使用(TypeScript-LayaAir基础篇(TS)-文本) [ 32%]

...确认编码是不是正确的,那就另存为的时候选择一下编码类型。如下图所示。 ![2](img/2.png) 这里提醒一下,有一些操作系统是没有Unicode编码的,那是因为windows后来系统升级后,旧系统的Unicode编码模式没有了。我们去选择**UTF-16 L...

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