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

Method WriteBoundingBox

Source/Engine/Serialization/Stream.cpp:920–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920void WriteStream::WriteBoundingBox(const BoundingBox& box, bool useDouble)
921{
922 Write(box, useDouble);
923}
924
925void WriteStream::WriteBoundingSphere(const BoundingSphere& sphere, bool useDouble)
926{

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.70

Tested by

no test coverage detected