Struct DeserializationEvent | Serialization | 1.2.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct DeserializationEvent

    Structure to events that occur during deserialization.

    Namespace: Unity.Serialization.Json
    Syntax
    public struct DeserializationEvent

    Fields

    Payload

    The payload for the event.

    Declaration
    public readonly object Payload
    Field Value
    Type Description
    Object

    Type

    The type of event.

    Declaration
    public readonly EventType Type
    Field Value
    Type Description
    EventType

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX