enum MAGES::Analytics::AnalyticsUtilities::Hook¶
Overview¶
All the available hook types that the Analytics module can use. More…
enum Hook { OnCollisionEnter, OnCollisionExit, OnRotation, OnTranslation, OnUpdate, };
Detailed Documentation¶
All the available hook types that the Analytics module can use.
Enum Values¶
OnCollisionEnter
Hook that is called when a collision begins.
OnCollisionExit
Hook that is called when a collision exits.
OnRotation
Hook that is called when a rotation happens.
OnTranslation
Hook that is called when a translation happens.
OnUpdate
Hook that is called every frame.