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

Method setTransform

Engine/source/T3D/prefab.cpp:172–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void Prefab::setTransform(const MatrixF & mat)
173{
174 Parent::setTransform( mat );
175
176 if ( isServerObject() )
177 {
178 setMaskBits( TransformMask );
179 _updateChildren();
180 }
181}
182
183void Prefab::setScale(const VectorF & scale)
184{

Callers 2

_updateChildTransformMethod · 0.45
_updateChildrenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected