Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(byte*, int)

Initializes a new instance of the DataStreamWriter struct with externally owned memory
Read time 1 minuteLast updated 13 days ago

Definition

public static DataStreamWriter Create(byte* data, int length)

Parameters

data

Pointer to the data

length

Length of the data

Returns

Type

Description

DataStreamWriterA new instance of the DataStreamWriter