class:/TYPE/LiteNetLib.Utils.NetDataWriter//, can be loaded from an assetbundle using LiteNetLib_Utils::NetDataWriter::createfromassetbundle(bundlename,prefabname) /
System.Byte[]
| static LiteNetLib.Utils.NetDataWriter Create ( |
| ) |
Constructor replaces new;
| autoResize System.Boolean | no description |
LiteNetLib.Utils.NetDataWriter
| static LiteNetLib.Utils.NetDataWriter Create ( |
| ) |
Constructor replaces new;
| autoResize System.Boolean | no description |
| initialSize System.Int32 | no description |
LiteNetLib.Utils.NetDataWriter
Constructor replaces new;
LiteNetLib.Utils.NetDataWriter
| static LiteNetLib.Utils.NetDataWriter CreateFromAssetBundle( |
| ) |
Constructor for object from a bundle
| bundle string | bundle name |
| objectname string | object name with extension |
LiteNetLib.Utils.NetDataWriter
| static LiteNetLib.Utils.NetDataWriter FromBytes( |
| ) |
System.Byte[] bytes-no documentation
| bytes System.Byte[] | no documentation |
| offset System.Int32 | no documentation length - |
LiteNetLib.Utils.NetDataWriter
| static LiteNetLib.Utils.NetDataWriter FromBytes( |
| ) |
System.Byte[] bytes-no documentation
| bytes System.Byte[] | no documentation copy - |
LiteNetLib.Utils.NetDataWriter
| static LiteNetLib.Utils.NetDataWriter FromString( |
| ) |
System.String value-no documentation
value -
LiteNetLib.Utils.NetDataWriter
| System.Void Put( |
| ) |
System.UInt32 value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.Int32 value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.UInt64 value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.Double value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.Single value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.Int64 value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.String value-no documentation
| value System.String | no documentation maxLength - |
System.Void
| System.Void Put( |
| ) |
System.String value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.Net.IPEndPoint endPoint-no documentation
endPoint -
System.Void
| System.Void Put( |
| ) |
System.Boolean value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.Byte[] data-no documentation
data -
System.Void
| System.Void Put( |
| ) |
System.Byte[] data-no documentation
| data System.Byte[] | no documentation |
| offset System.Int32 | no documentation length - |
System.Void
| System.Void Put( |
| ) |
System.Byte value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.Int16 value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.UInt16 value-no documentation
value -
System.Void
| System.Void Put( |
| ) |
System.Char value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.Boolean[] value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.String[] value-no documentation
| value System.String[] | no documentation maxLength - |
System.Void
| System.Void PutArray( |
| ) |
System.UInt16[] value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.UInt32[] value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.Int32[] value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.UInt64[] value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.Int64[] value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.Double[] value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.Single[] value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.String[] value-no documentation
value -
System.Void
| System.Void PutArray( |
| ) |
System.Int16[] value-no documentation
value -
System.Void
| System.Void PutBool( |
| ) |
LiteNetLibExtension,
| b System.Boolean | no documentation |
System.Void
| System.Void PutBytesWithLength( |
| ) |
System.Byte[] data-no documentation
data -
System.Void
| System.Void PutBytesWithLength( |
| ) |
System.Byte[] data-no documentation
| data System.Byte[] | no documentation |
| offset System.Int32 | no documentation length - |
System.Void
| System.Void PutChar( |
| ) |
LiteNetLibExtension,
| b System.Char | no documentation |
System.Void
| System.Void PutFloat( |
| ) |
LiteNetLibExtension,
| b System.Single | no documentation |
System.Void
| System.Void PutInt( |
| ) |
LiteNetLibExtension,
| b System.Int32 | no documentation |
System.Void
| System.Void PutString( |
| ) |
LiteNetLibExtension,
| b System.String | no documentation |
System.Void
| System.Void Reset( |
| ) |
System.Int32 size-no documentation
size -
System.Void
System.Void
| System.Void ResizeIfNeed( |
| ) |
System.Int32 newSize-no documentation
newSize -
System.Void
| System.Int32 SetPosition( |
| ) |
System.Int32 position-no documentation
position -
System.Int32