Class NetworkWriterPool
Inheritance
NetworkWriterPool
Assembly: FNNLib.dll
Syntax
public static class NetworkWriterPool
Properties
|
Improve this Doc
View Source
capacity
The capacity of the pool.
Declaration
public static int capacity { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetWriter()
Get a pooled NetworkWriter.
Declaration
public static PooledNetworkWriter GetWriter()
Returns
|
Improve this Doc
View Source
Recycle(PooledNetworkWriter)
Declaration
public static void Recycle(PooledNetworkWriter writer)
Parameters