Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
920
void WriteStream::WriteBoundingBox(const BoundingBox& box, bool useDouble)
921
{
922
Write(box, useDouble);
923
}
924
925
void WriteStream::WriteBoundingSphere(const BoundingSphere& sphere, bool useDouble)
926
{
Callers
nothing calls this directly
Calls
1
Write
Function · 0.70
Tested by
no test coverage detected