MCPcopy 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
935void WriteStream::WriteRay(const Ray& ray, bool useDouble)
936{
937 Write(ray, useDouble);
938}
939
940Array<byte> JsonSerializer::SaveToBytes(ISerializable* obj)
941{

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.70

Tested by

no test coverage detected