Version: 2020.2
언어: 한국어

PlayerSettings.WebGL.wasmArithmeticExceptions

매뉴얼로 전환
public static WebGLWasmArithmeticExceptions wasmArithmeticExceptions ;

설명

The trapping mode for WebAssembly code.

WebAssembly code can trap (throw an exception) on things like division by zero, rounding a very large float to an int, and so forth. It is recommended to use Throw mode as this way potential issues can be detected sooner.


Did you find this page useful? Please give it a rating: