WebGLExceptionSupport
Options for Exception support in WebGL.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum WebGLExceptionSupport
Fields
Value | Description |
|---|---|
| ExplicitlyThrownExceptionsOnly | Enable throw support. |
| FullWithoutStacktrace | Enable exception support for all exceptions, without stack trace information. |
| FullWithStacktrace | Enable exception support for all exceptions, including stack trace information. |
| None | Disable exception support. |