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

Method setTransform

Engine/source/T3D/missionMarker.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void MissionMarker::setTransform(const MatrixF& mat)
150{
151 Parent::setTransform(mat);
152 setMaskBits(PositionMask);
153}
154
155U32 MissionMarker::packUpdate(NetConnection * con, U32 mask, BitStream * stream)
156{

Callers 1

spawnObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected