Enum EventType
The type of the event encountered during deserialization.
Namespace: Unity.Serialization.Json
Syntax
public enum EventType
Fields
| Name | Description | Value |
|---|---|---|
| Error | EventType used for errors. |
0 |
| Assert | EventType used for assertions. |
1 |
| Warning | EventType used for warnings. |
2 |
| Log | EventType used for logs. |
3 |
| Exception | EventType used for exceptions. |
4 |