MCPcopy 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
557void ReadStream::ReadBoundingSphere(BoundingSphere* sphere, bool useDouble)
558{
559 Read(*sphere);
560}
561
562void ReadStream::ReadTransform(Transform* transform, bool useDouble)
563{

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected