Version: 2021.3

WebGLDebugSymbolMode

enumeration

切换到手册

描述

An enum containing different modes for debug symbols.

This enum is used within the WebGL platform to define how debug symbols are added to the build.

变量

OffNo debug symbols are added to the build.
ExternalDebug symbols are stored in an external file.
EmbeddedDebug symbols are embedded into the wasm file.