Lysa  0.0
Lysa 3D Engine
ObjectLayerPairFilterImpl Class Reference

Detailed Description

Object layer collision filter for the Jolt backend. Decides if two object layers are allowed to collide (narrow phase hint).

+ Inheritance diagram for ObjectLayerPairFilterImpl:

Public Member Functions

 ObjectLayerPairFilterImpl (const uint32 inNumObjectLayers)
 
bool ShouldCollide (JPH::ObjectLayer inObject1, JPH::ObjectLayer inObject2) const override
 

Constructor & Destructor Documentation

ObjectLayerPairFilterImpl ( const uint32  inNumObjectLayers)
inline

Member Function Documentation

bool ShouldCollide ( JPH::ObjectLayer  inObject1,
JPH::ObjectLayer  inObject2 
) const
override