Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WebGLWasmArithmeticExceptions

An enum containing different trapping modes for WebAssembly code.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
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

IgnoreThis mode avoids traps by clamping floating point value to a reasonable range when performing arithmetic operations.