Interface BinaryWriter
An interface that writes primitive types to a binary buffer.
Namespace: Unity.Entities.Serialization
Assembly: Unity.Entities.dll
Syntax
public interface BinaryWriter
Properties
| Name | Description |
|---|---|
| Position | Gets or sets the current write position of the BinaryWriter. |
Methods
| Name | Description |
|---|---|
| WriteBytes(void*, int) | Writes the specified number of bytes. |