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

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

151. 如何能监听到TouchStart和TouchEnd事件 [ 35%]

...ing;         /**显卡设备丢失时触发*/         static DEVICE_LOST: string;         /**模型更换时触发*/         static MESH_CHANGED: string;         /**材质更换时触发*/         static MATERIAL_CHANGED: string;         /**渲染队...

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

152. laya.ui.UIEvent [ 35%]

...ed[static] 定义 componentremoved 事件对象的 type 属性值。Event DEVICE_LOST : String = devicelost[static] 显卡设备丢失时触发Event DISPLAY : String = display[static] 定义 display 事件对象的 type 属性值。Event DOUBLE_CLICK : String = doubleclick[static] 定义 doublecl...

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

153. laya.ui.UIEvent [ 35%]

...ed[static] 定义 componentremoved 事件对象的 type 属性值。Event DEVICE_LOST : String = devicelost[static] 显卡设备丢失时触发Event DISPLAY : String = display[static] 定义 display 事件对象的 type 属性值。Event DOUBLE_CLICK : String = doubleclick[static] 定义 doublecl...

来源: laya_api 发布时间: 20170929

154. 打包安卓Android studio黑屏 [ 33%]

...eady yet..Waiting for process to come online Connected to process 27883 on device huawei-mha_al00-3HX0217401012320 Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. I/om.layabox.tes: Reinit propert...

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

155. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 32%]

.../core/WebXRSessionManager.ts:232 The current frame rate as reported by the device Returns number | undefined referenceSpace get referenceSpace(): any set referenceSpace(newReferenceSpace: any): void Defined in laya/d3/WebXR/core/WebXRSessionManager.ts:55 The current reference space used in this sess...

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

156. OPPO小游戏 · LayaAir3.3 · 引擎文档 · LAYABOX [ 31%]

...。 这时候就可以使用adb来确认环境了。 在cmd中 输入 adb devices 指令。 1.连接非正常情况: (图3-7-1) 此时就开发者需要检查手机连接,和权限是否正确。 2.在连接正常情况下: (图3-7-2) 这时说明手机已经连接成功,并且已经...

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

157. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 31%]

...e = double 05-16 15:59:48.991 7562-7562/com.dihong.testdcc I/LayaBox: This device supports vao 05-16 15:59:48.991 7562-7562/com.dihong.testdcc I/LayaBox: This device supports instanced draw 05-16 15:59:48.992 7562-7562/com.dihong.testdcc I/LayaBox: download thread num = 3 05-16 15:59:48.992 7562-759...

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

158. 动画不显示 [ 28%]

...Tool;     import laya.debug.ui.debugui.DebugPanelUI;     import laya.device.motion.AccelerationInfo;     public class LayaSample {                  private var m_bkSound:Sound;         private var m_mapLayer:Sprite;         private var m_MapImgUrl:String;       ...

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

159. dcc下载超时 [ 17%]

...>>>Thread Mode = double 07-04 20:55:27.607: I/LayaBox(7884): This device supports vao 07-04 20:55:27.608: I/LayaBox(7884): download thread num = 3 07-04 20:55:27.608: I/LayaBox(7884): start thread:image decode,7917 07-04 20:55:27.623: I/LayaBox(7884): createOpenALSource current num=10 07-04...

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

160. 一篇了解LayaAir的屏幕适配,及有效抗锯齿(TypeScript-LayaAir基础篇(TS)-屏幕适配) [ 16%]

...浏览器开发时,之前介绍的缩放因子概念对应的是**DPR** (Device Pixel Ratio),中文叫设备像素比 。LayaAir引擎中通过 `Laya.Browser.pixelRatio` 可以获得浏览器的DPR值。 这里稍展开讲几句,在浏览器里,默认是由用户来控制缩放的,例如...

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