MCPcopy Create free account
hub / github.com/carbonengine/trinity / RebindConstraints

Method RebindConstraints

trinity/Particle/Tr2ParticleSystem.cpp:1631–1637  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Rebinds all system constraints. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1629// Rebinds all system constraints.
1630// --------------------------------------------------------------------------------------
1631void Tr2ParticleSystem::RebindConstraints()
1632{
1633 for( auto it = m_constraints.begin(); it != m_constraints.end(); ++it )
1634 {
1635 ( *it )->Bind( this );
1636 }
1637}
1638
1639// --------------------------------------------------------------------------------------
1640// Description:

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
BindMethod · 0.45

Tested by

no test coverage detected