Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ WriteRay
Method
WriteRay
Source/Engine/Serialization/Stream.cpp:935–938 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
933
}
934
935
void WriteStream::WriteRay(const Ray& ray, bool useDouble)
936
{
937
Write(ray, useDouble);
938
}
939
940
Array<byte> JsonSerializer::SaveToBytes(ISerializable* obj)
941
{
Callers
nothing calls this directly
Calls
1
Write
Function · 0.70
Tested by
no test coverage detected