大约有 158 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
Laya_社区(102) Laya3.0_api(13) laya_api(11) Laya2.0_api(10) Laya2.0_文档(8) Laya3.0_文档(6) Laya2.0_示例(4) Laya_示例(4)
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/geolocation/GeolocationInfo" GeolocationInfo Class GeolocationInfo Hierarchy GeolocationInfo Index Accessors accuracy altitude altitudeAccuracy heading latitude longitude speed timestamp Methods setPosition Accessors a...
来源: Laya3.0_api 发布时间: 20231115
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/geolocation/Geolocation" Geolocation Class Geolocation 使用前可用supported查看浏览器支持。 Hierarchy Geolocation Index Constructors constructor Properties PERMISSION_DENIED POSITION_UNAVAILABLE TIMEOUT ena...
来源: Laya3.0_api 发布时间: 20231115
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/motion/RotationInfo" RotationInfo Class RotationInfo 保存旋转信息的类。请勿修改本类的属性。 author Survivor Hierarchy RotationInfo Index Constructors constructor Properties absolute alpha beta compas...
来源: Laya3.0_api 发布时间: 20231115
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/motion/AccelerationInfo" AccelerationInfo Class AccelerationInfo 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪)不支持的情况下,alpha、beta和gamma值为null。 author Survivor Hierarchy Acceler...
来源: Laya3.0_api 发布时间: 20231115
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/media/Media" Media Class Media Media用于捕捉摄像头和麦克风。可以捕捉任意之一,或者同时捕捉两者。getCamera前可以使用supported()检查当前浏览器是否支持。 NOTE: 目前Media在...
来源: Laya3.0_api 发布时间: 20231115
laya.device.media.Video播放视频的问题 我是用 laya.device.media.Video 方式如何播放视频? play后有声音,但是没有画面,画面需要手动设置渲染吗? //获取视频地址 let url = '---'; let videoPlayer: Video = new Video(); videoPlayer.load(url); videoPlayer.pl...
来源: Laya_社区 发布时间: 20170830
...ex | Frames No Frames AccelerationInfoProperties | Methods Packagelaya.device.motionClasspublic class AccelerationInfoInheritanceAccelerationInfo Object 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪)不支持的情况下,alpha、beta和gamma值为null。 Public Properties Prop...
来源: laya_api 发布时间: 20170929
...ex | Frames No Frames AccelerationInfoProperties | Methods Packagelaya.device.motionClasspublic class AccelerationInfoInheritanceAccelerationInfo Object 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪)不支持的情况下,alpha、beta和gamma值为null。 Public Properties Prop...
来源: Laya2.0_api 发布时间: 20190513
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/Shake" Shake Class Shake Shake只能在支持此操作的设备上有效。 Hierarchy EventDispatcher Shake Index Constructors constructor Accessors instance Methods event hasListener off offAll offAllCaller on once st...
来源: Laya3.0_api 发布时间: 20231115
Laya API video / laya.device.media 是否支持 WebRTC 影音直播 想使用Laya 開發直播APP,並使用WebRTC傳送即時直播視頻, 請問laya.device.media 是否支持 WebRTC 影音直播 ? 或是使用 websocket(hls / flv) 可以推薦我哪個方式可達到延遲最低的效果,感謝 20...
来源: Laya_社区 发布时间: 20190524