Exemplo n.º 1
0
 public static Ray ReadRay(this NetworkReader reader) => reader.ReadBlittable <Ray>();
Exemplo n.º 2
0
 public static Rect ReadRect(this NetworkReader reader) => reader.ReadBlittable <Rect>();
Exemplo n.º 3
0
 public static Plane ReadPlane(this NetworkReader reader) => reader.ReadBlittable <Plane>();
Exemplo n.º 4
0
 public static Quaternion ReadQuaternion(this NetworkReader reader) => reader.ReadBlittable <Quaternion>();
Exemplo n.º 5
0
 public static Color32 ReadColor32(this NetworkReader reader) => reader.ReadBlittable <Color32>();
Exemplo n.º 6
0
 public static byte ReadByte(this NetworkReader reader) => reader.ReadBlittable <byte>();
Exemplo n.º 7
0
 public static Vector3Int ReadVector3Int(this NetworkReader reader) => reader.ReadBlittable <Vector3Int>();
Exemplo n.º 8
0
 public static Vector4 ReadVector4(this NetworkReader reader) => reader.ReadBlittable <Vector4>();