Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetPhysicsShape
Method
GetPhysicsShape
Source/Engine/Physics/Colliders/Collider.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void* Collider::GetPhysicsShape() const
28
{
29
return _shape;
30
}
31
32
void Collider::SetIsTrigger(bool value)
33
{
Callers
4
UpdateVehicles
Method · 0.80
CreateVehicle
Method · 0.80
OnDebugDrawSelected
Method · 0.80
ComputePenetration
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected