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