MLAPI API Reference
MLAPI API Reference
MLAPI.NetworkingManagerComponents.Binary
BitWriter Class
BitWriter Methods
Dispose Method
Finalize Method
GetFinalizeSize Method
WriteAlignBits Method
WriteBits Method
WriteBool Method
WriteByte Method
WriteByteArray Method
WriteDouble Method
WriteDoubleArray Method
WriteFloat Method
WriteFloatArray Method
WriteInt Method
WriteIntArray Method
WriteLong Method
WriteLongArray Method
WriteSByte Method
WriteSByteArray Method
WriteShort Method
WriteShortArray Method
WriteString Method
WriteUInt Method
WriteUIntArray Method
WriteULong Method
WriteULongArray Method
WriteUShort Method
WriteUShortArray Method
BitWriter
GetFinalizeSize Method
[This is preliminary documentation and is subject to change.]
Gets the size in bytes if you were to serialize now
Namespace:
MLAPI.NetworkingManagerComponents.Binary
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
long
GetFinalizeSize
()
Request Example
View Source
Return Value
Type:
Int64
The size in bytes
See Also
Reference
BitWriter Class
MLAPI.NetworkingManagerComponents.Binary Namespace