MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / IsActive

Method IsActive

engine/source/Box2D/Dynamics/b2Body.h:659–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659inline bool b2Body::IsActive() const
660{
661 return (m_flags & e_activeFlag) == e_activeFlag;
662}
663
664inline bool b2Body::IsFixedRotation() const
665{

Callers 4

SolveMethod · 0.45
DrawDebugDataMethod · 0.45
getActiveMethod · 0.45
DrawCollisionShapesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected