Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
567
void ReadStream::ReadRay(Ray* ray, bool useDouble)
568
{
569
Read(*ray);
570
}
571
572
void WriteStream::WriteText(const StringView& text)
573
{
Callers
nothing calls this directly
Calls
1
Read
Function · 0.70
Tested by
no test coverage detected