|
static void | WriteByte (this NetworkWriter writer, byte value) |
|
static void | WriteByteNullable (this NetworkWriter writer, byte? value) |
|
static void | WriteSByte (this NetworkWriter writer, sbyte value) |
|
static void | WriteSByteNullable (this NetworkWriter writer, sbyte? value) |
|
static void | WriteChar (this NetworkWriter writer, char value) |
|
static void | WriteCharNullable (this NetworkWriter writer, char? value) |
|
static void | WriteBool (this NetworkWriter writer, bool value) |
|
static void | WriteBoolNullable (this NetworkWriter writer, bool? value) |
|
static void | WriteShort (this NetworkWriter writer, short value) |
|
static void | WriteShortNullable (this NetworkWriter writer, short? value) |
|
static void | WriteUShort (this NetworkWriter writer, ushort value) |
|
static void | WriteUShortNullable (this NetworkWriter writer, ushort? value) |
|
static void | WriteInt (this NetworkWriter writer, int value) |
|
static void | WriteIntNullable (this NetworkWriter writer, int? value) |
|
static void | WriteUInt (this NetworkWriter writer, uint value) |
|
static void | WriteUIntNullable (this NetworkWriter writer, uint? value) |
|
static void | WriteLong (this NetworkWriter writer, long value) |
|
static void | WriteLongNullable (this NetworkWriter writer, long? value) |
|
static void | WriteULong (this NetworkWriter writer, ulong value) |
|
static void | WriteULongNullable (this NetworkWriter writer, ulong? value) |
|
static void | WriteFloat (this NetworkWriter writer, float value) |
|
static void | WriteFloatNullable (this NetworkWriter writer, float? value) |
|
static void | WriteDouble (this NetworkWriter writer, double value) |
|
static void | WriteDoubleNullable (this NetworkWriter writer, double? value) |
|
static void | WriteDecimal (this NetworkWriter writer, decimal value) |
|
static void | WriteDecimalNullable (this NetworkWriter writer, decimal? value) |
|
static void | WriteString (this NetworkWriter writer, string value) |
|
static void | WriteBytesAndSizeSegment (this NetworkWriter writer, ArraySegment< byte > buffer) |
|
static void | WriteBytesAndSize (this NetworkWriter writer, byte[] buffer) |
|
static void | WriteBytesAndSize (this NetworkWriter writer, byte[] buffer, int offset, int count) |
|
static void | WriteArraySegment< T > (this NetworkWriter writer, ArraySegment< T > segment) |
|
static void | WriteVector2 (this NetworkWriter writer, Vector2 value) |
|
static void | WriteVector2Nullable (this NetworkWriter writer, Vector2? value) |
|
static void | WriteVector3 (this NetworkWriter writer, Vector3 value) |
|
static void | WriteVector3Nullable (this NetworkWriter writer, Vector3? value) |
|
static void | WriteVector4 (this NetworkWriter writer, Vector4 value) |
|
static void | WriteVector4Nullable (this NetworkWriter writer, Vector4? value) |
|
static void | WriteVector2Int (this NetworkWriter writer, Vector2Int value) |
|
static void | WriteVector2IntNullable (this NetworkWriter writer, Vector2Int? value) |
|
static void | WriteVector3Int (this NetworkWriter writer, Vector3Int value) |
|
static void | WriteVector3IntNullable (this NetworkWriter writer, Vector3Int? value) |
|
static void | WriteColor (this NetworkWriter writer, Color value) |
|
static void | WriteColorNullable (this NetworkWriter writer, Color? value) |
|
static void | WriteColor32 (this NetworkWriter writer, Color32 value) |
|
static void | WriteColor32Nullable (this NetworkWriter writer, Color32? value) |
|
static void | WriteQuaternion (this NetworkWriter writer, Quaternion value) |
|
static void | WriteQuaternionNullable (this NetworkWriter writer, Quaternion? value) |
|
static void | WriteRect (this NetworkWriter writer, Rect value) |
|
static void | WriteRectNullable (this NetworkWriter writer, Rect? value) |
|
static void | WritePlane (this NetworkWriter writer, Plane value) |
|
static void | WritePlaneNullable (this NetworkWriter writer, Plane? value) |
|
static void | WriteRay (this NetworkWriter writer, Ray value) |
|
static void | WriteRayNullable (this NetworkWriter writer, Ray? value) |
|
static void | WriteMatrix4x4 (this NetworkWriter writer, Matrix4x4 value) |
|
static void | WriteMatrix4x4Nullable (this NetworkWriter writer, Matrix4x4? value) |
|
static void | WriteGuid (this NetworkWriter writer, Guid value) |
|
static void | WriteGuidNullable (this NetworkWriter writer, Guid? value) |
|
static void | WriteNetworkIdentity (this NetworkWriter writer, NetworkIdentity value) |
|
static void | WriteNetworkBehaviour (this NetworkWriter writer, NetworkBehaviour value) |
|
static void | WriteTransform (this NetworkWriter writer, Transform value) |
|
static void | WriteGameObject (this NetworkWriter writer, GameObject value) |
|
static void | WriteList< T > (this NetworkWriter writer, List< T > list) |
|
static void | WriteArray< T > (this NetworkWriter writer, T[] array) |
|
static void | WriteUri (this NetworkWriter writer, Uri uri) |
|
static void | WriteTexture2D (this NetworkWriter writer, Texture2D texture2D) |
|
static void | WriteSprite (this NetworkWriter writer, Sprite sprite) |
|