MCPcopy 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
27void* Collider::GetPhysicsShape() const
28{
29 return _shape;
30}
31
32void Collider::SetIsTrigger(bool value)
33{

Callers 4

UpdateVehiclesMethod · 0.80
CreateVehicleMethod · 0.80
OnDebugDrawSelectedMethod · 0.80
ComputePenetrationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected