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

Function WriteFloat

Source/Engine/Serialization/WriteStream.h:95–98  ·  view source on GitHub ↗

Writes float to the stream.

Source from the content-addressed store, hash-verified

93
94 // Writes float to the stream.
95 FORCE_INLINE void WriteFloat(float data)
96 {
97 WriteBytes(&data, sizeof(float));
98 }
99
100 // Writes double to the stream.
101 FORCE_INLINE void WriteDouble(double data)

Callers 1

WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected