Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ WriteVariant
Method
WriteVariant
Source/Engine/Serialization/Stream.cpp:819–822 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
817
}
818
819
void WriteStream::WriteVariant(const Variant& data)
820
{
821
Write(data);
822
}
823
824
void WriteStream::Write(const BoundingBox& box, bool useDouble)
825
{
Callers
2
SaveGraph
Method · 0.45
SaveTimelineCustomData
Method · 0.45
Calls
1
Write
Function · 0.70
Tested by
no test coverage detected