WebGLWasmArithmeticExceptions
An enum containing different trapping modes for WebAssembly code.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum WebGLWasmArithmeticExceptions
Remarks
This enum is used within the WebGL platform to define the type of trapping that is used when performing arithmetic operations in WebAssembly code.
Fields
Value | Description |
|---|---|
| Ignore | This mode avoids traps by clamping floating point value to a reasonable range when performing arithmetic operations. |