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

Method WriteByte

Source/Engine/Networking/NetworkStream.cs:182–185  ·  view source on GitHub ↗

Writes data of type into the message.

(byte value)

Source from the content-addressed store, hash-verified

180 /// Writes data of type <see cref="Byte"/> into the message.
181 /// </summary>
182 public void WriteByte(byte value)
183 {
184 WriteBytes(&value, sizeof(byte));
185 }
186
187 /// <summary>
188 /// Reads and returns data of type <see cref="Byte"/> from the message.

Callers 7

LoadTimelineMethod · 0.45
GenerateMethod · 0.45
SaveMethod · 0.45
loadMethod · 0.45
Upgrade_4_To_5Method · 0.45
SaveMethod · 0.45
GenerateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected