Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ReadBoundingSphere
Method
ReadBoundingSphere
Source/Engine/Serialization/Stream.cpp:557–560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
}
556
557
void ReadStream::ReadBoundingSphere(BoundingSphere* sphere, bool useDouble)
558
{
559
Read(*sphere);
560
}
561
562
void ReadStream::ReadTransform(Transform* transform, bool useDouble)
563
{
Callers
nothing calls this directly
Calls
1
Read
Function · 0.70
Tested by
no test coverage detected