Version: 2022.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.