MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / WriteGuid

Method WriteGuid

Source/Engine/Networking/NetworkStream.cs:268–271  ·  view source on GitHub ↗

Writes data of type into the message.

(Guid value)

Source from the content-addressed store, hash-verified

266 /// Writes data of type <see cref="Guid"/> into the message.
267 /// </summary>
268 public void WriteGuid(Guid value)
269 {
270 WriteBytes((byte*)&value, sizeof(Guid));
271 }
272
273 /// <summary>
274 /// Reads and returns data of type <see cref="Guid"/> from the message.

Callers 2

SendMethod · 0.45
WriteVariantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected