Interface BinaryReader
An interface that reads primitive types from a binary buffer.
Namespace: Unity.Entities.Serialization
Assembly: Unity.Entities.dll
Syntax
public interface BinaryReaderProperties
| Name | Description | 
|---|---|
| Position | Gets or sets the current read position of the BinaryReader. | 
Methods
| Name | Description | 
|---|---|
| ReadBytes(void*, int) | Reads the specified number of bytes. |