Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
659
inline bool b2Body::IsActive() const
660
{
661
return (m_flags & e_activeFlag) == e_activeFlag;
662
}
663
664
inline bool b2Body::IsFixedRotation() const
665
{
Callers
4
Solve
Method · 0.45
DrawDebugData
Method · 0.45
getActive
Method · 0.45
DrawCollisionShapes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected