|
Mirror Networking
|
Static Public Member Functions | |||
| static byte | ReadByte (this NetworkReader reader) | ||
| static ? byte | ReadByteNullable (this NetworkReader reader) | ||
| static sbyte | ReadSByte (this NetworkReader reader) | ||
| static ? sbyte | ReadSByteNullable (this NetworkReader reader) | ||
| static char | ReadChar (this NetworkReader reader) | ||
| static ? char | ReadCharNullable (this NetworkReader reader) | ||
| static bool | ReadBool (this NetworkReader reader) | ||
| static ? bool | ReadBoolNullable (this NetworkReader reader) | ||
| static short | ReadShort (this NetworkReader reader) | ||
| static ? short | ReadShortNullable (this NetworkReader reader) | ||
| static ushort | ReadUShort (this NetworkReader reader) | ||
| static ? ushort | ReadUShortNullable (this NetworkReader reader) | ||
| static int | ReadInt (this NetworkReader reader) | ||
| static ? int | ReadIntNullable (this NetworkReader reader) | ||
| static uint | ReadUInt (this NetworkReader reader) | ||
| static ? uint | ReadUIntNullable (this NetworkReader reader) | ||
| static long | ReadLong (this NetworkReader reader) | ||
| static ? long | ReadLongNullable (this NetworkReader reader) | ||
| static ulong | ReadULong (this NetworkReader reader) | ||
| static ? ulong | ReadULongNullable (this NetworkReader reader) | ||
| static float | ReadFloat (this NetworkReader reader) | ||
| static ? float | ReadFloatNullable (this NetworkReader reader) | ||
| static double | ReadDouble (this NetworkReader reader) | ||
| static ? double | ReadDoubleNullable (this NetworkReader reader) | ||
| static decimal | ReadDecimal (this NetworkReader reader) | ||
| static ? decimal | ReadDecimalNullable (this NetworkReader reader) | ||
| static string | ReadString (this NetworkReader reader) | ||
| |||
| static byte[] | ReadBytesAndSize (this NetworkReader reader) | ||
| |||
| static byte[] | ReadBytes (this NetworkReader reader, int count) | ||
| static ArraySegment< byte > | ReadBytesAndSizeSegment (this NetworkReader reader) | ||
| |||
| static Vector2 | ReadVector2 (this NetworkReader reader) | ||
| static ? Vector2 | ReadVector2Nullable (this NetworkReader reader) | ||
| static Vector3 | ReadVector3 (this NetworkReader reader) | ||
| static ? Vector3 | ReadVector3Nullable (this NetworkReader reader) | ||
| static Vector4 | ReadVector4 (this NetworkReader reader) | ||
| static ? Vector4 | ReadVector4Nullable (this NetworkReader reader) | ||
| static Vector2Int | ReadVector2Int (this NetworkReader reader) | ||
| static ? Vector2Int | ReadVector2IntNullable (this NetworkReader reader) | ||
| static Vector3Int | ReadVector3Int (this NetworkReader reader) | ||
| static ? Vector3Int | ReadVector3IntNullable (this NetworkReader reader) | ||
| static Color | ReadColor (this NetworkReader reader) | ||
| static ? Color | ReadColorNullable (this NetworkReader reader) | ||
| static Color32 | ReadColor32 (this NetworkReader reader) | ||
| static ? Color32 | ReadColor32Nullable (this NetworkReader reader) | ||
| static Quaternion | ReadQuaternion (this NetworkReader reader) | ||
| static ? Quaternion | ReadQuaternionNullable (this NetworkReader reader) | ||
| static Rect | ReadRect (this NetworkReader reader) | ||
| static ? Rect | ReadRectNullable (this NetworkReader reader) | ||
| static Plane | ReadPlane (this NetworkReader reader) | ||
| static ? Plane | ReadPlaneNullable (this NetworkReader reader) | ||
| static Ray | ReadRay (this NetworkReader reader) | ||
| static ? Ray | ReadRayNullable (this NetworkReader reader) | ||
| static Matrix4x4 | ReadMatrix4x4 (this NetworkReader reader) | ||
| static ? Matrix4x4 | ReadMatrix4x4Nullable (this NetworkReader reader) | ||
| static Guid | ReadGuid (this NetworkReader reader) | ||
| static ? Guid | ReadGuidNullable (this NetworkReader reader) | ||
| static NetworkIdentity | ReadNetworkIdentity (this NetworkReader reader) | ||
| static NetworkBehaviour | ReadNetworkBehaviour (this NetworkReader reader) | ||
| static T | ReadNetworkBehaviour< T > (this NetworkReader reader) | ||
| static NetworkBehaviour.NetworkBehaviourSyncVar | ReadNetworkBehaviourSyncVar (this NetworkReader reader) | ||
| static Transform | ReadTransform (this NetworkReader reader) | ||
| static GameObject | ReadGameObject (this NetworkReader reader) | ||
| static List< T > | ReadList< T > (this NetworkReader reader) | ||
| static T[] | ReadArray< T > (this NetworkReader reader) | ||
| static Uri | ReadUri (this NetworkReader reader) | ||
| static Texture2D | ReadTexture2D (this NetworkReader reader) | ||
| static Sprite | ReadSprite (this NetworkReader reader) | ||
Definition at line 11 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 240 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 30 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 97 of file NetworkReaderExtensions.cs.
|
static |
| T:OverflowException | if count is invalid |
Definition at line 88 of file NetworkReaderExtensions.cs.
|
static |
| T:OverflowException | if count is invalid |
Definition at line 105 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 220 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 227 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 166 of file NetworkReaderExtensions.cs.
|
static |
| T | : | NetworkBehaviour |
Definition at line 194 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 199 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 153 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 293 of file NetworkReaderExtensions.cs.
|
static |
| T:System.ArgumentException | if an invalid utf8 string is sent |
Definition at line 64 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 272 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 213 of file NetworkReaderExtensions.cs.
|
static |
Definition at line 266 of file NetworkReaderExtensions.cs.