Enum EventType
The type of the event encountered during deserialization.
Namespace: Unity.Serialization.Json
Syntax
public enum EventType : int
Fields
Name | Description | Value |
---|---|---|
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. |