Method WriteToStream
WriteToStream<T>(NativeList<T>, BinaryWriter)
Writes a native list to the binary writer.
Declaration
public static void WriteToStream<T>(this NativeList<T> nativeList, BinaryWriter writer) where T : struct
Parameters
Type | Name | Description |
---|---|---|
NativeList<T> | nativeList | |
BinaryWriter | writer |
Type Parameters
Name | Description |
---|---|
T |