Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ SetUserData
Method
SetUserData
blocks/Box2D/src/Box2D/Dynamics/b2Body.h:735–738 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
733
}
734
735
inline void b2Body::SetUserData(void* data)
736
{
737
m_userData = data;
738
}
739
740
inline void* b2Body::GetUserData() const
741
{
Callers
3
setupWalls
Method · 0.45
makeIsland
Method · 0.45
addGear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected