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

Method ReadBoundingBox

Source/Engine/Serialization/Stream.cpp:552–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552void ReadStream::ReadBoundingBox(BoundingBox* box, bool useDouble)
553{
554 Read(*box);
555}
556
557void ReadStream::ReadBoundingSphere(BoundingSphere* sphere, bool useDouble)
558{

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected