大约有 6 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0043 秒)
...I DocumentationAll Packages | All Classes | Index | Frames No Frames StatProperties | Methods Packagelaya.utilsClasspublic class StatInheritanceStat Object Stat 是一个性能统计面板,可以实时更新相关的性能参数。 参与统计的性能参数如下(所有参数都是每...
来源: Laya2.0_api 发布时间: 20190513
...c/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Stat" Stat Class Stat Stat 是一个性能统计面板,可以实时更新相关的性能参数。 参与统计的性能参数如下(所有参数都是每大约1秒进行更新): FPS(WebGL):WebGL 模式下的帧频...
来源: Laya3.0_api 发布时间: 20231115
...ya.stage.screenMode = "vertical"; //显示FPS Laya.Stat.show(0, 50); Laya.loader.load("res/music/Music_start.mp3", Laya.Handler.create(this, this.onLoadFinished)); } onLoadFinished() { Laya.SoundManager...
来源: Laya_社区 发布时间: 20170105
...9.13 Physics Dynamic RigidBody(C_PhysicaDynamicRigidBody)9.14 Physics Static RigidBody Count(C_PhysicaStaticRigidBody)9.15 Physics Kinematic RigidBody Count(C_PhysicaKinematicRigidBody)9.16 Physics Character Controller Count(C_PhysicaCharacterController)9.17 Physics Joint Count(C_P...
来源: Laya3.0_文档 发布时间: 20260128
...esources/layabox.png"; //纹理压缩的图片的路径 } onStart() { Laya.Stat.show(0, 0); //性能面板 } } 发布后,使用的图片就是压缩后的图片了。 3.2 图集纹理压缩的加载 对于2D图集,预加载图集atlas文件即可,引擎在加载图集的时候,会检测是...
来源: Laya3.0_文档 发布时间: 20251010
...mage 高度图。 * @param name 名字。 * @returns 地形渲染节点 */ static createFromMeshAndHeightMap(mesh: Mesh, texture: Texture2D, minHeight: number, maxHeight: number, name: string = null): MeshTerrainSprite3D { var meshTerrainSprite3D: MeshTerrainSprite3D = new MeshTerrainSprite3D(mesh, ...
来源: Laya3.0_文档 发布时间: 20230303