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

Method ReadTransform

Source/Engine/Serialization/Stream.cpp:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void ReadStream::ReadTransform(Transform* transform, bool useDouble)
563{
564 Read(*transform);
565}
566
567void ReadStream::ReadRay(Ray* ray, bool useDouble)
568{

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected