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

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

21. laya.device.motion.Gyroscope [ 90%]

...| Index | Frames No Frames GyroscopeProperties | Methods Packagelaya.device.motionClasspublic class GyroscopeInheritanceGyroscope EventDispatcher Object 使用Gyroscope.instance获取唯一的Gyroscope引用,请勿调用构造函数。 listen()的回调处理器接受两个参数: function ...

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

22. laya.device.Shake [ 90%]

...ses | Index | Frames No Frames ShakeProperties | Methods Packagelaya.deviceClasspublic class ShakeInheritanceShake EventDispatcher Object Shake只能在支持此操作的设备上有效。 Public Properties PropertyDefined By  instance : Shake[static] [read-only] ShakePublic Methods Hide In...

来源: laya_api 发布时间: 20170929

23. laya.device.Shake [ 89%]

...ses | Index | Frames No Frames ShakeProperties | Methods Packagelaya.deviceClasspublic class ShakeInheritanceShake EventDispatcher Object Shake只能在支持此操作的设备上有效。 Public Properties PropertyDefined By  instance : Shake[static] [read-only] ShakePublic Methods Hide In...

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

24. laya.device.motion.Accelerator [ 89%]

... Index | Frames No Frames AcceleratorProperties | Methods Packagelaya.device.motionClasspublic class AcceleratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: accele...

来源: laya_api 发布时间: 20170929

25. laya.device.motion.Accelerator [ 89%]

... Index | Frames No Frames AcceleratorProperties | Methods Packagelaya.device.motionClasspublic class AcceleratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: accele...

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

26. laya.device.media.HtmlVideo_API3.0 [ 89%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/media/HtmlVideo" HtmlVideo Class HtmlVideo html多媒体数据 Hierarchy Bitmap HtmlVideo Index Constructors constructor Properties destoryedImmediately lock name url uuid video DEBUG Accessors cpuMemory destroyed gpuM...

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

27. laya.device.geolocation.Geolocation [ 87%]

...rames No Frames GeolocationProperties | Methods | Constants Packagelaya.device.geolocationClasspublic class GeolocationInheritanceGeolocation Object 使用前可用supported查看浏览器支持。 Public Properties PropertyDefined By  enableHighAccuracy : Boolean = false[static] 如果enableH...

来源: laya_api 发布时间: 20170929

28. laya.device.geolocation.Geolocation [ 87%]

...rames No Frames GeolocationProperties | Methods | Constants Packagelaya.device.geolocationClasspublic class GeolocationInheritanceGeolocation Object 使用前可用supported查看浏览器支持。 Public Properties PropertyDefined By  enableHighAccuracy : Boolean = false[static] 如果enableH...

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

29. laya.device.media.Video_API3.0 [ 87%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/media/Video" Video Class Video Video将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关于Video支持的所有事件参见:http://www.w3school.com.cn/tags/html_ref_audio_video_dom.asp。 ...

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

30. 如何解决手机端浏览器运行游戏画面模糊的问题? [ 84%]

... 找到meta标签viewport:    <meta name='viewport' content='width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no' /> 第二步、使用 <meta name="viewport" content="user-scalable=no,target-densitydpi=device-dpi" />此句话替换,然后重新...

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