|
Mirror Networking
|
Additional Inherited Members | |
Public Member Functions inherited from Mirror.NetworkWriterPooled | |
| void | Dispose () |
Public Member Functions inherited from Mirror.NetworkWriter | |
| 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... | |
Public Attributes inherited from Mirror.NetworkWriter | |
| int | Position |
| Next position to write to the buffer More... | |
Static Public Attributes inherited from Mirror.NetworkWriter | |
| const int | MaxStringLength = 1024 * 32 |
Definition at line 9 of file NetworkWriterPooled.cs.