MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / FlushRequests

Method FlushRequests

Source/Engine/Physics/Physics.cpp:248–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void Physics::FlushRequests()
249{
250 PROFILE_CPU_NAMED("Physics.FlushRequests");
251 PROFILE_MEM(Physics);
252 for (PhysicsScene* scene : Scenes)
253 PhysicsBackend::FlushRequests(scene->GetPhysicsScene());
254 PhysicsBackend::FlushRequests();
255}
256
257bool Physics::LineCast(const Vector3& start, const Vector3& end, uint32 layerMask, bool hitTriggers)
258{

Callers

nothing calls this directly

Calls 1

GetPhysicsSceneMethod · 0.80

Tested by

no test coverage detected