docs.unity.cn
    Show / Hide Table of Contents

    Method WriteBytes

    WriteBytes(Void*, Int32)

    Writes the specified number of bytes and advances the current write position by that number of bytes.

    Declaration
    public void WriteBytes(void *data, int bytes)
    Parameters
    Type Name Description
    Void* data

    The data to write.

    Int32 bytes

    The number of bytes to write.

    Implements
    BinaryWriter.WriteBytes(Void*, Int32)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023