Enum EventType | Serialization | 1.2.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX