![]() |
Jolt Physics
A multi core friendly Game Physics Engine
|
Simple implementation that collects any hit. More...
#include <CollisionCollectorImpl.h>
Public Types | |
| using | ResultType = typename CollectorType::ResultType |
| Redeclare ResultType. | |
Public Member Functions | |
| virtual void | Reset () override |
| virtual void | AddHit (const ResultType &inResult) override |
| bool | HadHit () const |
| Check if this collector has had a hit. | |
Public Attributes | |
| ResultType | mHit |
Simple implementation that collects any hit.
| using AnyHitCollisionCollector< CollectorType >::ResultType = typename CollectorType::ResultType |
Redeclare ResultType.
|
inlineoverridevirtual |
|
inline |
Check if this collector has had a hit.
|
inlineoverridevirtual |
| ResultType AnyHitCollisionCollector< CollectorType >::mHit |