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

Method init

Engine/source/T3D/debris.cpp:585–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585void Debris::init( const Point3F &position, const Point3F &velocity )
586{
587 setPosition( position );
588 setVelocity( velocity );
589}
590
591bool Debris::onNewDataBlock( GameBaseData *dptr, bool reload )
592{

Callers 15

blowUpMethod · 0.45
prepBatchRenderMethod · 0.45
shapeBase.cppFile · 0.45
renderWorldMethod · 0.45
prepBatchRenderMethod · 0.45
prepRenderImageMethod · 0.45
_updateMaterialMethod · 0.45
_updateCollisionMethod · 0.45
_updatePhysicsMethod · 0.45
prepRenderImageMethod · 0.45
buildConvexMethod · 0.45
onInspectMethod · 0.45

Calls 1

setPositionFunction · 0.50

Tested by

no test coverage detected