MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / unpackUpdate

Method unpackUpdate

Engine/source/scene/simPath.cpp:517–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void Marker::unpackUpdate(NetConnection* con, BitStream* stream)
518{
519 Parent::unpackUpdate(con, stream);
520
521 // Transform
522 MatrixF otow;
523 stream->readAffineTransform(&otow);
524
525 setTransform(otow);
526}

Callers

nothing calls this directly

Calls 1

readAffineTransformMethod · 0.80

Tested by

no test coverage detected