GPR5100 - Rollback
Loading...
Searching...
No Matches
Public Member Functions | List of all members
game::OnTriggerInterface Class Referenceabstract

OnTriggerInterface is an interface for classes that needs to be called when two boxes are in contact. It needs to be registered in the PhysicsManager. More...

#include <physics_manager.h>

Inheritance diagram for game::OnTriggerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void OnTrigger (core::Entity entity1, core::Entity entity2)=0
 

Detailed Description

OnTriggerInterface is an interface for classes that needs to be called when two boxes are in contact. It needs to be registered in the PhysicsManager.


The documentation for this class was generated from the following file: