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.