MCPcopy 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
819void WriteStream::WriteVariant(const Variant& data)
820{
821 Write(data);
822}
823
824void WriteStream::Write(const BoundingBox& box, bool useDouble)
825{

Callers 2

SaveGraphMethod · 0.45

Calls 1

WriteFunction · 0.70

Tested by

no test coverage detected