Méthode |
Description |
|
Bitstream ( NetBuffer buffer ) : System |
|
|
ReadBool ( ) : bool |
|
|
ReadByte ( ) : byte |
|
|
ReadDouble ( ) : double |
|
|
ReadFloat ( ) : float |
|
|
ReadInt16 ( ) : short |
|
|
ReadInt32 ( ) : int |
|
|
ReadInt64 ( ) : long |
|
|
ReadSByte ( ) : sbyte |
|
|
ReadString ( ) : string |
|
|
ReadUInt16 ( ) : ushort |
|
|
ReadUInt32 ( ) : uint |
|
|
ReadUInt64 ( ) : ulong |
|
|
ReadUVariable ( int numOfBits ) : ulong |
|
|
ReadVariable ( int numOfBits ) : long |
|
|
ReadVariableInt32 ( ) : int |
|
|
ReadVariableUInt32 ( ) : uint |
|
|
ReadVector2 ( ) : System.Vector2 |
|
|
Write ( System.Vector2 data ) : void |
|
|
Write ( bool data ) : void |
|
|
Write ( byte data ) : void |
|
|
Write ( double data ) : void |
|
|
Write ( float data ) : void |
|
|
Write ( int data ) : void |
|
|
Write ( long data ) : void |
|
|
Write ( sbyte data ) : void |
|
|
Write ( short data ) : void |
|
|
Write ( string data ) : void |
|
|
Write ( uint data ) : void |
|
|
Write ( ulong data ) : void |
|
|
Write ( ushort data ) : void |
|
|
WriteVariable ( long data, int numOfBits ) : void |
|
|
WriteVariable ( ulong data, int numOfBits ) : void |
|
|
WriteVariableInt32 ( int data ) : void |
|
|
WriteVariableUInt32 ( uint data ) : void |
|
|