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

Method WriteBoundingSphere

Source/Engine/Serialization/Stream.cpp:925–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925void WriteStream::WriteBoundingSphere(const BoundingSphere& sphere, bool useDouble)
926{
927 Write(sphere, useDouble);
928}
929
930void WriteStream::WriteTransform(const Transform& transform, bool useDouble)
931{

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.70

Tested by

no test coverage detected