Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ getScene
Method
getScene
physx/source/physx/src/NpConstraint.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
// ~PX_SERIALIZATION
158
159
PxScene* NpConstraint::getScene() const
160
{
161
return getNpScene();
162
}
163
164
void NpConstraint::getActors(PxRigidActor*& actor0, PxRigidActor*& actor1) const
165
{
Callers
5
setConstraintFunctions
Method · 0.45
NpConstraint
Method · 0.45
release
Method · 0.45
setActors
Method · 0.45
getSceneFromActors
Method · 0.45
Calls
1
getNpScene
Function · 0.85
Tested by
no test coverage detected