大约有 596 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
Laya_社区(385) Laya3.0_api(135) Laya2.0_文档(25) Laya_示例(20) Laya3.0_文档(15) Laya2.0_示例(8) laya_api(5) Laya2.0_api(3)
...曳鼠标关节的目标刚体时,施加的最大作用力,默认值是10000。假如我们改成100,会发现,只有比较小的牵引力。比如,无法将目标刚体拖起。效果如动图15-2所示。  (动图16-2) ##### 其它说明: 其它属性与距离...
来源: Laya2.0_文档 发布时间: 20210714
...alue nearPlane: number = 0.3 近裁面。 Default value farPlane: number = 1000 远裁面。 Returns Camera Properties _cacheDepth _cacheDepth: boolean Defined in laya/d3/core/Camera.ts:370 是否缓存上一帧的Depth纹理 _cacheDepthTexture _cacheDepthTexture: RenderTexture Defined in laya/d3/co...
来源: Laya3.0_api 发布时间: 20231115
...alue nearPlane: number = 0.3 近裁面。 Default value farPlane: number = 1000 远裁面。 Returns WebXRCamera Properties _cacheDepth _cacheDepth: boolean Inherited from Camera._cacheDepth Defined in laya/d3/core/Camera.ts:370 是否缓存上一帧的Depth纹理 _cacheDepthTexture _cacheDepthTextu...
来源: Laya3.0_api 发布时间: 20231115
...ion._watchDic[MiniLocation._curID] = curWatchO; Laya.Laya.systemTimer.loop(1000, null, MiniLocation._myLoop); return MiniLocation._curID; } static clearWatch(id) { delete MiniLocation._watchDic[id]; if (!MiniLocation._hasWatch()) { Laya.Laya.systemTimer.clear(null, MiniLocation._myLoop); } } static ...
来源: Laya_社区 发布时间: 20200103
...me(T_Frame_Time) 表示 单帧耗时(ms) 的近似值,内部以 (1000 / FPS) 计算得到。 在项目中,Frame Time 的价值在于:它能把“流畅/卡顿”直接量化成毫秒数,便于你判断当前是否满足目标帧率(例如 60FPS≈16.6ms,30FPS≈33.3ms)。当你...
来源: Laya3.0_文档 发布时间: 20260128
...。 exitFullscreen exitFullscreen(): void Defined in laya/display/Stage.ts:1000 退出全屏模式 Returns void frameLoop frameLoop(delay: number, caller: any, method: Function, args?: any[], coverBefore?: boolean): void Inherited from Node.frameLoop Defined in laya/display/Node.ts:588 定时重复...
来源: Laya3.0_api 发布时间: 20231115