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

Method setScale

Engine/source/T3D/prefab.cpp:183–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void Prefab::setScale(const VectorF & scale)
184{
185 Parent::setScale( scale );
186
187 if ( isServerObject() )
188 {
189 setMaskBits( TransformMask );
190 _updateChildren();
191 }
192}
193
194U32 Prefab::packUpdate( NetConnection *conn, U32 mask, BitStream *stream )
195{

Callers 6

ea_updateMethod · 0.45
ea_updateMethod · 0.45
ea_updateMethod · 0.45
ea_updateMethod · 0.45
_updateChildTransformMethod · 0.45
_updateChildrenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected