Mirror Networking
|
Additional Inherited Members | |
![]() | |
void | Dispose () |
![]() | |
void | Reset () |
Reset both the position and length of the stream More... | |
byte[] | ToArray () |
Copies buffer until 'Position' to a new array. More... | |
ArraySegment< byte > | ToArraySegment () |
Returns allocation-free ArraySegment until 'Position'. More... | |
void | WriteByte (byte value) |
void | WriteBytes (byte[] buffer, int offset, int count) |
void | Write< T > (T value) |
Writes any type that mirror supports. Uses weaver populated Writer(T).write. More... | |
![]() | |
int | Position |
Next position to write to the buffer More... | |
![]() | |
const int | MaxStringLength = 1024 * 32 |
Definition at line 9 of file NetworkWriterPooled.cs.