大约有 313 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0044 秒)
... 3. 日志级别 LayaNative底层LOG分为五种: enum class LogType { Debug, Info, Warn, Error, Fatal, }; 每种日志对应的日志级别如下: enum class LogLevel { Debug = 5, Info = 4, Warn = 3, Error = 2, Fatal = 1, Close = 0, }; 在js脚本中,开发者可以通过以下函数设置日...
来源: Laya3.0_文档 发布时间: 20250310
... _renderTarget depthStencilTexture destroyedImmediately lock name url uuid DEBUG _clearColor _clearLinearColor defuv flipyuv Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture depthStencilFormat destroyed dimension filterMode format gammaCorrection gammaSpace generateMipmap gp...
来源: Laya3.0_api 发布时间: 20231115
... _renderTarget depthStencilTexture destroyedImmediately lock name url uuid DEBUG defuv flipyuv Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture depthStencilFormat destroyed dimension filterMode format gammaCorrection gammaSpace generateMipmap gpuMemory height id isCube maxMi...
来源: Laya3.0_api 发布时间: 20231115
# LayaAir DebugPanel工具 ### 1、启用DebugPanel调试面板 DebugPanel调试面板是基于Div的调试窗口,在编辑模式下按F9 打开设置面板,如图  只需勾选即可打开调试面板。(注意,强烈推荐用此方法!) 在代码模式中启动调试...
来源: Laya2.0_文档 发布时间: 20210714
...onstructors constructor Properties destoryedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gammaSpace gpuMemory height id maxMipmapLevel mipmap mipmapCount obsolute referenceCount wi...
来源: Laya3.0_api 发布时间: 20231102
...meraTarget _renderTarget destroyedImmediately faceIndex lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed dimension filterMode format gammaCorrection gammaSpace generateDepthTexture generate...
来源: Laya3.0_api 发布时间: 20231115
...meraTarget _renderTarget destroyedImmediately frameLoop lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed dimension filterMode format frameBuffer gammaCorrection gammaSpace generateDepthText...
来源: Laya3.0_api 发布时间: 20231115
...格式,因为iOS设备不支持非utf8格式编码的文件。** ## 3. debug模式和release模式 LayaNative底层LOG分为三种: ```java LOGI 普通流程log LOGW 警告log LOGE 错误log ``` 在js脚本中,开发者可以通过以下函数设置Debug模式: ```javascript if( window.conch...
来源: Laya2.0_文档 发布时间: 20210715
...nstructor Properties _id destroyedImmediately islooping lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addEvent destroy duration event has...
来源: Laya3.0_api 发布时间: 20231115
...>>>>>>after 03-19 15:01:05.931 3111-15606/? E/android.os.Debug: ro.product_ship = true 03-19 15:01:05.931 3111-15606/? E/android.os.Debug: ro.debug_level = 0x4f4c 03-19 15:01:06.046 8129-15611/? E/SQLiteLog: (284) automatic index on crash_info_summary(package_name_touched) 03-19 15...
来源: Laya_社区 发布时间: 20180319