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

    Struct SerializedArrayView

    A view on top of the PackedBinaryStream that represents an array of values.

    Namespace: Unity.Serialization.Json
    Syntax
    public struct SerializedArrayView : ISerializedView, IEnumerable<SerializedValueView>, IEnumerable

    Methods

    GetEnumerator()

    Returns an enumerator that iterates through the SerializedArrayView.

    Declaration
    public SerializedArrayView.Enumerator GetEnumerator()
    Returns
    Type Description
    SerializedArrayView.Enumerator

    A SerializedArrayView.Enumerator for the SerializedArrayView.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX