MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ReadVariant

Method ReadVariant

Source/Engine/Serialization/Stream.cpp:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void ReadStream::ReadVariant(Variant* data)
438{
439 Read(*data);
440}
441
442void ReadStream::Read(BoundingBox& box, bool useDouble)
443{

Callers 2

LoadGraphMethod · 0.45

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected