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

Method unpackUpdate

Engine/source/scene/simPath.cpp:539–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void Marker::unpackUpdate(NetConnection* con, BitStream* stream)
540{
541 Parent::unpackUpdate(con, stream);
542
543 // Transform
544 MatrixF otow;
545 stream->readAffineTransform(&otow);
546
547 setTransform(otow);
548}

Callers

nothing calls this directly

Calls 1

readAffineTransformMethod · 0.80

Tested by

no test coverage detected