Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetUserdata
Method
GetUserdata
src/Nazara/Physics2D/RigidBody2D.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
void* RigidBody2D::GetUserdata() const
200
{
201
return m_userData;
202
}
203
204
Vector2f RigidBody2D::GetVelocity() const
205
{
Callers
2
RigidBody2D.cpp
File · 0.80
EQUALITY
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected