Interface BinaryReader | Entities | 0.10.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Interface BinaryReader

    Namespace: Unity.Entities.Serialization
    Syntax
    public interface BinaryReader : IDisposable

    Methods

    ReadBytes(Void*, Int32)

    Declaration
    void ReadBytes(void *data, int bytes)
    Parameters
    Type Name Description
    Void* data
    Int32 bytes

    Extension Methods

    BlobAssetSerializeExtensions.Read<T>(BinaryReader)
    BinaryReaderExtensions.ReadByte(BinaryReader)
    BinaryReaderExtensions.ReadInt(BinaryReader)
    BinaryReaderExtensions.ReadULong(BinaryReader)
    BinaryReaderExtensions.ReadBytes(BinaryReader, NativeArray<Byte>, Int32, Int32)
    BinaryReaderExtensions.ReadArray<T>(BinaryReader, NativeArray<T>, Int32)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX