Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
925
void WriteStream::WriteBoundingSphere(const BoundingSphere& sphere, bool useDouble)
926
{
927
Write(sphere, useDouble);
928
}
929
930
void WriteStream::WriteTransform(const Transform& transform, bool useDouble)
931
{
Callers
nothing calls this directly
Calls
1
Write
Function · 0.70
Tested by
no test coverage detected