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

大约有 1,650 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0142 秒)

1601. laya.ui.WXOpenDataViewer_API3.0 [ 37%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...

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

1602. [0]laya-zip游戏加载提速库(Laya3.0版本适配更新) [ 37%]

...在反斜杠\\,Laya会缓存是这个有反斜杠\\路径,导致获取不到缓存 2025-10-27 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 李尔 相关问题 【屏幕适配】在LayaAir上面是竖屏,为什么到微信...

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

1603. laya.ui.RadioGroup_API3.0 [ 36%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

1604. laya.ui.ComboBox_API3.0 [ 36%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

1605. laya.ui.AdvImage_API3.0 [ 36%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...

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

1606. Byte二进制读写(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 36%]

...);//清除所有数据归零。 ``` - **getSystemEndian()**:string[static] 获取系统字节存储顺序。 ```typescript console.log(Laya.Byte.getSystemEndian());//打印系统字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : string= bigEndian[static] 表示多字节数字最高有效字...

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

1607. layaide如何import js并调用里面类和方法?VS Code正常。 [ 36%]

...个一个方法,走进了第二方法里 请问有没有方法能够获取“鼠标是否处于按下状态”? Layaair IDE帧属性面板不见了 请问在layaIDE里,怎么调用微信小程序API 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之...

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

1608. laya.ui.HScrollBar_API3.0 [ 36%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 bottomMoveLimit bottomMoveLimit: number = 0 Inherited from ScrollBar.bottomMoveLimit Defined in lay...

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

1609. laya.ui.VScrollBar_API3.0 [ 36%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 bottomMoveLimit bottomMoveLimit: number = 0 Inherited from ScrollBar.bottomMoveLimit Defined in lay...

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

1610. Byte二进制读写(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 36%]

...);//清除所有数据归零。 ``` - **getSystemEndian()**:String[static] 获取系统字节存储顺序。 ```typescript trace(Byte.getSystemEndian());//打印系统字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : String= bigEndian[static] 表示多字节数字最高有效字节位于字...

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