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

Method ReadRay

Source/Engine/Serialization/Stream.cpp:567–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567void ReadStream::ReadRay(Ray* ray, bool useDouble)
568{
569 Read(*ray);
570}
571
572void WriteStream::WriteText(const StringView& text)
573{

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected